Module: Google::Cloud::ContactCenterInsights::V1::IssueModel::State
- Defined in:
 - proto_docs/google/cloud/contactcenterinsights/v1/resources.rb
 
Overview
State of the model.
Constant Summary collapse
- STATE_UNSPECIFIED =
          
Unspecified.
 0- UNDEPLOYED =
          
Model is not deployed but is ready to deploy.
 1- DEPLOYING =
          
Model is being deployed.
 2- DEPLOYED =
          
Model is deployed and is ready to be used. A model can only be used in analysis if it's in this state.
 3- UNDEPLOYING =
          
Model is being undeployed.
 4- DELETING =
          
Model is being deleted.
 5