Vertex AI v1beta1 API - Class CreateEndpointOperationMetadata (1.0.0-beta43)

public sealed class CreateEndpointOperationMetadata : IMessage<CreateEndpointOperationMetadata>, IEquatable<CreateEndpointOperationMetadata>, IDeepCloneable<CreateEndpointOperationMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1beta1 API class CreateEndpointOperationMetadata.

Runtime operation information for [EndpointService.CreateEndpoint][google.cloud.aiplatform.v1beta1.EndpointService.CreateEndpoint].

Inheritance

object > CreateEndpointOperationMetadata

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

CreateEndpointOperationMetadata()

public CreateEndpointOperationMetadata()

CreateEndpointOperationMetadata(CreateEndpointOperationMetadata)

public CreateEndpointOperationMetadata(CreateEndpointOperationMetadata other)
Parameter
Name Description
other CreateEndpointOperationMetadata

Properties

DeploymentStage

public DeploymentStage DeploymentStage { get; set; }

Output only. The deployment stage of the model. Only populated if this CreateEndpoint request deploys a model at the same time.

Property Value
Type Description
DeploymentStage

GenericMetadata

public GenericOperationMetadata GenericMetadata { get; set; }

The operation generic information.

Property Value
Type Description
GenericOperationMetadata