Module: Google::Cloud::ContactCenterInsights::V1::DatasetValidationWarning

Defined in:
proto_docs/google/cloud/contactcenterinsights/v1/resources.rb

Overview

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.

Constant Summary collapse

DATASET_VALIDATION_WARNING_UNSPECIFIED =

Unspecified data validation warning.

0
TOO_MANY_INVALID_FEEDBACK_LABELS =

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

1
INSUFFICIENT_FEEDBACK_LABELS =

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

2
INSUFFICIENT_FEEDBACK_LABELS_PER_ANSWER =

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

3
ALL_FEEDBACK_LABELS_HAVE_THE_SAME_ANSWER =

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

4