Enum DatasetValidationWarning (2.54.0)

public enum DatasetValidationWarning extends Enum<DatasetValidationWarning> implements ProtocolMessageEnum

Enum for the different types of issues a tuning dataset can have. These warnings are currentlyraised when trying to validate a dataset for tuning a scorecard.

Protobuf enum google.cloud.contactcenterinsights.v1.DatasetValidationWarning

Implements

ProtocolMessageEnum

Static Fields

Name Description
ALL_FEEDBACK_LABELS_HAVE_THE_SAME_ANSWER

All the labels in the dataset come from a single answer choice.

ALL_FEEDBACK_LABELS_HAVE_THE_SAME_ANSWER = 4;

ALL_FEEDBACK_LABELS_HAVE_THE_SAME_ANSWER_VALUE

All the labels in the dataset come from a single answer choice.

ALL_FEEDBACK_LABELS_HAVE_THE_SAME_ANSWER = 4;

DATASET_VALIDATION_WARNING_UNSPECIFIED

Unspecified data validation warning.

DATASET_VALIDATION_WARNING_UNSPECIFIED = 0;

DATASET_VALIDATION_WARNING_UNSPECIFIED_VALUE

Unspecified data validation warning.

DATASET_VALIDATION_WARNING_UNSPECIFIED = 0;

INSUFFICIENT_FEEDBACK_LABELS

The quantity of valid feedback labels provided is less than the recommended minimum.

INSUFFICIENT_FEEDBACK_LABELS = 2;

INSUFFICIENT_FEEDBACK_LABELS_PER_ANSWER

One or more of the answers have less than the recommended minimum of feedback labels.

INSUFFICIENT_FEEDBACK_LABELS_PER_ANSWER = 3;

INSUFFICIENT_FEEDBACK_LABELS_PER_ANSWER_VALUE

One or more of the answers have less than the recommended minimum of feedback labels.

INSUFFICIENT_FEEDBACK_LABELS_PER_ANSWER = 3;

INSUFFICIENT_FEEDBACK_LABELS_VALUE

The quantity of valid feedback labels provided is less than the recommended minimum.

INSUFFICIENT_FEEDBACK_LABELS = 2;

TOO_MANY_INVALID_FEEDBACK_LABELS

A non-trivial percentage of the feedback labels are invalid.

TOO_MANY_INVALID_FEEDBACK_LABELS = 1;

TOO_MANY_INVALID_FEEDBACK_LABELS_VALUE

A non-trivial percentage of the feedback labels are invalid.

TOO_MANY_INVALID_FEEDBACK_LABELS = 1;

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