public sealed class UpdateEndpointRequest : IMessage<UpdateEndpointRequest>, IEquatable<UpdateEndpointRequest>, IDeepCloneable<UpdateEndpointRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class UpdateEndpointRequest.
Request message for [EndpointService.UpdateEndpoint][google.cloud.aiplatform.v1beta1.EndpointService.UpdateEndpoint].
Implements
IMessageUpdateEndpointRequest, IEquatableUpdateEndpointRequest, IDeepCloneableUpdateEndpointRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
UpdateEndpointRequest()
public UpdateEndpointRequest()UpdateEndpointRequest(UpdateEndpointRequest)
public UpdateEndpointRequest(UpdateEndpointRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateEndpointRequest |
Properties
Endpoint
public Endpoint Endpoint { get; set; }Required. The Endpoint which replaces the resource on the server.
| Property Value | |
|---|---|
| Type | Description |
Endpoint |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Required. The update mask applies to the resource. See [google.protobuf.FieldMask][google.protobuf.FieldMask].
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|