Class GoogleCloudAiplatformV1UpdateEndpointLongRunningRequest
Request message for EndpointService.UpdateEndpointLongRunning.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1UpdateEndpointLongRunningRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Endpoint
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.
Declaration
[JsonProperty("endpoint")]
public virtual GoogleCloudAiplatformV1Endpoint Endpoint { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1Endpoint |