Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::QaQuestion::TuningMetadata.
Metadata about the tuning operation for the question. Will only be set if a scorecard containing this question has been tuned.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#dataset_validation_warnings
def dataset_validation_warnings() -> ::Array<::Google::Cloud::ContactCenterInsights::V1::DatasetValidationWarning>
Returns
- (::Array<::Google::Cloud::ContactCenterInsights::V1::DatasetValidationWarning>) — A list of any applicable data validation warnings about the question's feedback labels.
#dataset_validation_warnings=
def dataset_validation_warnings=(value) -> ::Array<::Google::Cloud::ContactCenterInsights::V1::DatasetValidationWarning>
Parameter
- value (::Array<::Google::Cloud::ContactCenterInsights::V1::DatasetValidationWarning>) — A list of any applicable data validation warnings about the question's feedback labels.
Returns
- (::Array<::Google::Cloud::ContactCenterInsights::V1::DatasetValidationWarning>) — A list of any applicable data validation warnings about the question's feedback labels.
#total_valid_label_count
def total_valid_label_count() -> ::Integer
Returns
- (::Integer) — Total number of valid labels provided for the question at the time of tuining.
#total_valid_label_count=
def total_valid_label_count=(value) -> ::Integer
Parameter
- value (::Integer) — Total number of valid labels provided for the question at the time of tuining.
Returns
- (::Integer) — Total number of valid labels provided for the question at the time of tuining.
#tuning_error
def tuning_error() -> ::String
Returns
- (::String) — Error status of the tuning operation for the question. Will only be set if the tuning operation failed.
#tuning_error=
def tuning_error=(value) -> ::String
Parameter
- value (::String) — Error status of the tuning operation for the question. Will only be set if the tuning operation failed.
Returns
- (::String) — Error status of the tuning operation for the question. Will only be set if the tuning operation failed.