Interface DeployModelOperationMetadataOrBuilder (3.73.0)

public interface DeployModelOperationMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDeploymentStage()

public abstract DeploymentStage getDeploymentStage()

Output only. The deployment stage of the model.

.google.cloud.aiplatform.v1.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.

.google.cloud.aiplatform.v1.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.v1.GenericOperationMetadata generic_metadata = 1;

Returns
Type Description
GenericOperationMetadata

The genericMetadata.

getGenericMetadataOrBuilder()

public abstract GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()

The operation generic information.

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

Returns
Type Description
GenericOperationMetadataOrBuilder

hasGenericMetadata()

public abstract boolean hasGenericMetadata()

The operation generic information.

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

Returns
Type Description
boolean

Whether the genericMetadata field is set.