Module: Google::Cloud::AutoML::V1::Model::DeploymentState
- Defined in:
- proto_docs/google/cloud/automl/v1/model.rb
Overview
Deployment state of the model.
Constant Summary collapse
- DEPLOYMENT_STATE_UNSPECIFIED =
Should not be used, an un-set enum has this value by default.
0
- DEPLOYED =
Model is deployed.
1
- UNDEPLOYED =
Model is not deployed.
2