public static enum QaScorecardRevision.State extends Enum<QaScorecardRevision.State> implements com.google.protobuf.ProtocolMessageEnum
Enum representing the set of states a scorecard revision may be in.Protobuf enum
google.cloud.contactcenterinsights.v1.QaScorecardRevision.State| Enum Constant and Description |
|---|
DELETING
Scorecard is being deleted.
|
EDITABLE
The scorecard revision can be edited.
|
READY
The revision can be used in analysis.
|
STATE_UNSPECIFIED
Unspecified.
|
TRAINING
Scorecard model training is in progress.
|
TRAINING_CANCELLED
Scorecard model training was explicitly cancelled by the user.
|
TRAINING_FAILED
Scorecard revision model training failed.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
DELETING_VALUE
Scorecard is being deleted.
|
static int |
EDITABLE_VALUE
The scorecard revision can be edited.
|
static int |
READY_VALUE
The revision can be used in analysis.
|
static int |
STATE_UNSPECIFIED_VALUE
Unspecified.
|
static int |
TRAINING_CANCELLED_VALUE
Scorecard model training was explicitly cancelled by the user.
|
static int |
TRAINING_FAILED_VALUE
Scorecard revision model training failed.
|
static int |
TRAINING_VALUE
Scorecard model training is in progress.
|
| Modifier and Type | Method and Description |
|---|---|
static QaScorecardRevision.State |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<QaScorecardRevision.State> |
internalGetValueMap() |
static QaScorecardRevision.State |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static QaScorecardRevision.State |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static QaScorecardRevision.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QaScorecardRevision.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QaScorecardRevision.State STATE_UNSPECIFIED
Unspecified.
STATE_UNSPECIFIED = 0;public static final QaScorecardRevision.State EDITABLE
The scorecard revision can be edited.
EDITABLE = 12;public static final QaScorecardRevision.State TRAINING
Scorecard model training is in progress.
TRAINING = 2;public static final QaScorecardRevision.State TRAINING_FAILED
Scorecard revision model training failed.
TRAINING_FAILED = 9;public static final QaScorecardRevision.State READY
The revision can be used in analysis.
READY = 11;public static final QaScorecardRevision.State DELETING
Scorecard is being deleted.
DELETING = 7;public static final QaScorecardRevision.State TRAINING_CANCELLED
Scorecard model training was explicitly cancelled by the user.
TRAINING_CANCELLED = 14;public static final QaScorecardRevision.State UNRECOGNIZED
public static final int STATE_UNSPECIFIED_VALUE
Unspecified.
STATE_UNSPECIFIED = 0;public static final int EDITABLE_VALUE
The scorecard revision can be edited.
EDITABLE = 12;public static final int TRAINING_VALUE
Scorecard model training is in progress.
TRAINING = 2;public static final int TRAINING_FAILED_VALUE
Scorecard revision model training failed.
TRAINING_FAILED = 9;public static final int READY_VALUE
The revision can be used in analysis.
READY = 11;public static final int DELETING_VALUE
Scorecard is being deleted.
DELETING = 7;public static final int TRAINING_CANCELLED_VALUE
Scorecard model training was explicitly cancelled by the user.
TRAINING_CANCELLED = 14;public static QaScorecardRevision.State[] values()
for (QaScorecardRevision.State c : QaScorecardRevision.State.values()) System.out.println(c);
public static QaScorecardRevision.State valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static QaScorecardRevision.State valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static QaScorecardRevision.State forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<QaScorecardRevision.State> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static QaScorecardRevision.State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.