Reference documentation and code samples for the Cloud AutoML V1 Client class DeploymentState.
Deployment state of the model.
Protobuf type google.cloud.automl.v1.Model.DeploymentState
Namespace
Google \ Cloud \ AutoMl \ V1 \ ModelMethods
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;