Show / Hide Table of Contents

Class GoogleCloudAiplatformV1UpdateEndpointLongRunningRequest

Request message for EndpointService.UpdateEndpointLongRunning.

Inheritance
object
GoogleCloudAiplatformV1UpdateEndpointLongRunningRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX