public enum QaScorecardRevision.State extends Enum<QaScorecardRevision.State> implements ProtocolMessageEnum
Enum representing the set of states a scorecard revision may be in.
Protobuf enum google.cloud.contactcenterinsights.v1.QaScorecardRevision.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DELETING |
Scorecard is being deleted. |
DELETING_VALUE |
Scorecard is being deleted. |
EDITABLE |
The scorecard revision can be edited. |
EDITABLE_VALUE |
The scorecard revision can be edited. |
READY |
The revision can be used in analysis. |
READY_VALUE |
The revision can be used in analysis. |
STATE_UNSPECIFIED |
Unspecified. |
STATE_UNSPECIFIED_VALUE |
Unspecified. |
TRAINING |
Scorecard model training is in progress. |
TRAINING_CANCELLED |
Scorecard model training was explicitly cancelled by the user. |
TRAINING_CANCELLED_VALUE |
Scorecard model training was explicitly cancelled by the user. |
TRAINING_FAILED |
Scorecard revision model training failed. |
TRAINING_FAILED_VALUE |
Scorecard revision model training failed. |
TRAINING_VALUE |
Scorecard model training is in progress. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |