public static interface TuneQaScorecardRevisionMetadata.QaQuestionDatasetValidationResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DatasetValidationWarning |
getDatasetValidationWarnings(int index)
A list of any applicable data validation warnings about the question's
feedback labels.
|
int |
getDatasetValidationWarningsCount()
A list of any applicable data validation warnings about the question's
feedback labels.
|
List<DatasetValidationWarning> |
getDatasetValidationWarningsList()
A list of any applicable data validation warnings about the question's
feedback labels.
|
int |
getDatasetValidationWarningsValue(int index)
A list of any applicable data validation warnings about the question's
feedback labels.
|
List<Integer> |
getDatasetValidationWarningsValueList()
A list of any applicable data validation warnings about the question's
feedback labels.
|
String |
getQuestion()
Output only.
|
com.google.protobuf.ByteString |
getQuestionBytes()
Output only.
|
int |
getValidFeedbackLabelsCount()
The number of valid feedback labels in the question's dataset.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getQuestion()
Output only. The resource path of the question whose dataset was evaluated for tuning.
string question = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getQuestionBytes()
Output only. The resource path of the question whose dataset was evaluated for tuning.
string question = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
List<DatasetValidationWarning> getDatasetValidationWarningsList()
A list of any applicable data validation warnings about the question's feedback labels.
repeated .google.cloud.contactcenterinsights.v1.DatasetValidationWarning dataset_validation_warnings = 2;
int getDatasetValidationWarningsCount()
A list of any applicable data validation warnings about the question's feedback labels.
repeated .google.cloud.contactcenterinsights.v1.DatasetValidationWarning dataset_validation_warnings = 2;
DatasetValidationWarning getDatasetValidationWarnings(int index)
A list of any applicable data validation warnings about the question's feedback labels.
repeated .google.cloud.contactcenterinsights.v1.DatasetValidationWarning dataset_validation_warnings = 2;
index - The index of the element to return.List<Integer> getDatasetValidationWarningsValueList()
A list of any applicable data validation warnings about the question's feedback labels.
repeated .google.cloud.contactcenterinsights.v1.DatasetValidationWarning dataset_validation_warnings = 2;
int getDatasetValidationWarningsValue(int index)
A list of any applicable data validation warnings about the question's feedback labels.
repeated .google.cloud.contactcenterinsights.v1.DatasetValidationWarning dataset_validation_warnings = 2;
index - The index of the value to return.int getValidFeedbackLabelsCount()
The number of valid feedback labels in the question's dataset.
int32 valid_feedback_labels_count = 3;Copyright © 2025 Google LLC. All rights reserved.