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: 0
Unspecified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
EDITABLE
Value: 12
The scorecard revision can be edited.
Generated from protobuf enum EDITABLE = 12;
TRAINING
Value: 2
Scorecard model training is in progress.
Generated from protobuf enum TRAINING = 2;
TRAINING_FAILED
Value: 9
Scorecard revision model training failed.
Generated from protobuf enum TRAINING_FAILED = 9;
READY
Value: 11
The revision can be used in analysis.
Generated from protobuf enum READY = 11;
DELETING
Value: 7
Scorecard is being deleted.
Generated from protobuf enum DELETING = 7;
TRAINING_CANCELLED
Value: 14
Scorecard model training was explicitly cancelled by the user.
Generated from protobuf enum TRAINING_CANCELLED = 14;