Interface CreateEndpointOperationMetadataOrBuilder (3.73.0)

public interface CreateEndpointOperationMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDeploymentStage()

public abstract DeploymentStage getDeploymentStage()

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

.google.cloud.aiplatform.v1beta1.DeploymentStage deployment_stage = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DeploymentStage

The deploymentStage.

getDeploymentStageValue()

public abstract int getDeploymentStageValue()

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

.google.cloud.aiplatform.v1beta1.DeploymentStage deployment_stage = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for deploymentStage.

getGenericMetadata()

public abstract GenericOperationMetadata getGenericMetadata()

The operation generic information.

.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;

Returns
Type Description
GenericOperationMetadata

The genericMetadata.

getGenericMetadataOrBuilder()

public abstract GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()

The operation generic information.

.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;

Returns
Type Description
GenericOperationMetadataOrBuilder

hasGenericMetadata()

public abstract boolean hasGenericMetadata()

The operation generic information.

.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;

Returns
Type Description
boolean

Whether the genericMetadata field is set.