Cloud AutoML V1beta1 Client - Class DeploymentState (1.4.17)

Reference documentation and code samples for the Cloud AutoML V1beta1 Client class DeploymentState.

Deployment state of the model.

Protobuf type google.cloud.automl.v1beta1.Model.DeploymentState

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

DEPLOYMENT_STATE_UNSPECIFIED

Value: 0

Should not be used, an un-set enum has this value by default.

Generated from protobuf enum DEPLOYMENT_STATE_UNSPECIFIED = 0;

DEPLOYED

Value: 1

Model is deployed.

Generated from protobuf enum DEPLOYED = 1;

UNDEPLOYED

Value: 2

Model is not deployed.

Generated from protobuf enum UNDEPLOYED = 2;