Vertex AI V1 API - Module Google::Cloud::AIPlatform::V1::DeploymentStage (v1.40.0)

Reference documentation and code samples for the Vertex AI V1 API module Google::Cloud::AIPlatform::V1::DeploymentStage.

Stage field indicating the current progress of a deployment.

Constants

DEPLOYMENT_STAGE_UNSPECIFIED

value: 0
Default value. This value is unused.

STARTING_DEPLOYMENT

value: 5
The deployment is initializing and setting up the environment.

PREPARING_MODEL

value: 6
The deployment is preparing the model assets.

CREATING_SERVING_CLUSTER

value: 7
The deployment is creating the underlying serving cluster.

ADDING_NODES_TO_CLUSTER

value: 8
The deployment is adding nodes to the serving cluster.

GETTING_CONTAINER_IMAGE

value: 9
The deployment is getting the container image for the model server.

STARTING_MODEL_SERVER

value: 3
The deployment is starting the model server.

FINISHING_UP

value: 4
The deployment is performing finalization steps.

DEPLOYMENT_TERMINATED

value: 10
The deployment has terminated.

SUCCESSFULLY_DEPLOYED

value: 11
The deployment has succeeded.

FAILED_TO_DEPLOY

value: 12
The deployment has failed.