Enum QaScorecardRevision.State (2.54.0)

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

ProtocolMessageEnum

Static Fields

Name Description
DELETING

Scorecard is being deleted.

DELETING = 7;

DELETING_VALUE

Scorecard is being deleted.

DELETING = 7;

EDITABLE

The scorecard revision can be edited.

EDITABLE = 12;

EDITABLE_VALUE

The scorecard revision can be edited.

EDITABLE = 12;

READY

The revision can be used in analysis.

READY = 11;

READY_VALUE

The revision can be used in analysis.

READY = 11;

STATE_UNSPECIFIED

Unspecified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Unspecified.

STATE_UNSPECIFIED = 0;

TRAINING

Scorecard model training is in progress.

TRAINING = 2;

TRAINING_CANCELLED

Scorecard model training was explicitly cancelled by the user.

TRAINING_CANCELLED = 14;

TRAINING_CANCELLED_VALUE

Scorecard model training was explicitly cancelled by the user.

TRAINING_CANCELLED = 14;

TRAINING_FAILED

Scorecard revision model training failed.

TRAINING_FAILED = 9;

TRAINING_FAILED_VALUE

Scorecard revision model training failed.

TRAINING_FAILED = 9;

TRAINING_VALUE

Scorecard model training is in progress.

TRAINING = 2;

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()