public sealed class UpdateEndpointLongRunningRequest : IMessage<UpdateEndpointLongRunningRequest>, IEquatable<UpdateEndpointLongRunningRequest>, IDeepCloneable<UpdateEndpointLongRunningRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class UpdateEndpointLongRunningRequest.
Request message for [EndpointService.UpdateEndpointLongRunning][google.cloud.aiplatform.v1beta1.EndpointService.UpdateEndpointLongRunning].
Implements
IMessageUpdateEndpointLongRunningRequest, IEquatableUpdateEndpointLongRunningRequest, IDeepCloneableUpdateEndpointLongRunningRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
UpdateEndpointLongRunningRequest()
public UpdateEndpointLongRunningRequest()UpdateEndpointLongRunningRequest(UpdateEndpointLongRunningRequest)
public UpdateEndpointLongRunningRequest(UpdateEndpointLongRunningRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateEndpointLongRunningRequest |
Properties
Endpoint
public Endpoint Endpoint { get; set; }Required. The Endpoint which replaces the resource on the server. Currently
we only support updating the client_connection_config field, all the
other fields' update will be blocked.
| Property Value | |
|---|---|
| Type | Description |
Endpoint |
|