Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class State.
Enum representing the set of states a scorecard revision may be in.
Protobuf type google.cloud.contactcenterinsights.v1.QaScorecardRevision.State
Namespace
Google \ Cloud \ ContactCenterInsights \ V1 \ QaScorecardRevisionMethods
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;
EDITABLE
Value: 12The scorecard revision can be edited.
Generated from protobuf enum EDITABLE = 12;
TRAINING
Value: 2Scorecard model training is in progress.
Generated from protobuf enum TRAINING = 2;
TRAINING_FAILED
Value: 9Scorecard revision model training failed.
Generated from protobuf enum TRAINING_FAILED = 9;
READY
Value: 11The revision can be used in analysis.
Generated from protobuf enum READY = 11;
DELETING
Value: 7Scorecard is being deleted.
Generated from protobuf enum DELETING = 7;
TRAINING_CANCELLED
Value: 14Scorecard model training was explicitly cancelled by the user.
Generated from protobuf enum TRAINING_CANCELLED = 14;