Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class State.
State of the model.
Protobuf type google.cloud.contactcenterinsights.v1.IssueModel.State
Namespace
Google \ Cloud \ ContactCenterInsights \ V1 \ IssueModelMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Unspecified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
UNDEPLOYED
Value: 1Model is not deployed but is ready to deploy.
Generated from protobuf enum UNDEPLOYED = 1;
DEPLOYING
Value: 2Model is being deployed.
Generated from protobuf enum DEPLOYING = 2;
DEPLOYED
Value: 3Model is deployed and is ready to be used. A model can only be used in analysis if it's in this state.
Generated from protobuf enum DEPLOYED = 3;
UNDEPLOYING
Value: 4Model is being undeployed.
Generated from protobuf enum UNDEPLOYING = 4;
DELETING
Value: 5Model is being deleted.
Generated from protobuf enum DELETING = 5;