Vertex AI v1 API - Enum DeploymentStage (3.56.0)

public enum DeploymentStage

Reference documentation and code samples for the Vertex AI v1 API enum DeploymentStage.

Stage field indicating the current progress of a deployment.

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Fields

Name Description
AddingNodesToCluster

The deployment is adding nodes to the serving cluster.

CreatingServingCluster

The deployment is creating the underlying serving cluster.

DeploymentTerminated

The deployment has terminated.

FailedToDeploy

The deployment has failed.

FinishingUp

The deployment is performing finalization steps.

GettingContainerImage

The deployment is getting the container image for the model server.

PreparingModel

The deployment is preparing the model assets.

StartingDeployment

The deployment is initializing and setting up the environment.

StartingModelServer

The deployment is starting the model server.

SuccessfullyDeployed

The deployment has succeeded.

Unspecified

Default value. This value is unused.