Cloud AutoML V1beta1 Client - Class DeploymentState (1.6.5)

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

Namespace

Google \ Cloud \ AutoMl \ V1beta1 \ Model

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
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;