public static interface QaQuestion.TuningMetadataOrBuilder
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.
|
long |
getTotalValidLabelCount()
Total number of valid labels provided for the question at the time of
tuining.
|
String |
getTuningError()
Error status of the tuning operation for the question.
|
com.google.protobuf.ByteString |
getTuningErrorBytes()
Error status of the tuning operation for the question.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getTotalValidLabelCount()
Total number of valid labels provided for the question at the time of tuining.
int64 total_valid_label_count = 1;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.String getTuningError()
Error status of the tuning operation for the question. Will only be set if the tuning operation failed.
string tuning_error = 3;com.google.protobuf.ByteString getTuningErrorBytes()
Error status of the tuning operation for the question. Will only be set if the tuning operation failed.
string tuning_error = 3;Copyright © 2025 Google LLC. All rights reserved.