Class TuningMetadata (1.23.1)

TuningMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Metadata about the tuning operation for the question. Will only be set if a scorecard containing this question has been tuned.

Attributes

Name Description
total_valid_label_count int
Total number of valid labels provided for the question at the time of tuining.
dataset_validation_warnings MutableSequence[google.cloud.contact_center_insights_v1.types.DatasetValidationWarning]
A list of any applicable data validation warnings about the question's feedback labels.
tuning_error str
Error status of the tuning operation for the question. Will only be set if the tuning operation failed.