Class: Google::Cloud::ContactCenterInsights::V1::QaQuestion::TuningMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::QaQuestion::TuningMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/resources.rb
Overview
Metadata about the tuning operation for the question. Will only be set if a scorecard containing this question has been tuned.
Instance Attribute Summary collapse
-
#dataset_validation_warnings ⇒ ::Array<::Google::Cloud::ContactCenterInsights::V1::DatasetValidationWarning>
A list of any applicable data validation warnings about the question's feedback labels.
-
#total_valid_label_count ⇒ ::Integer
Total number of valid labels provided for the question at the time of tuining.
-
#tuning_error ⇒ ::String
Error status of the tuning operation for the question.
Instance Attribute Details
#dataset_validation_warnings ⇒ ::Array<::Google::Cloud::ContactCenterInsights::V1::DatasetValidationWarning>
Returns A list of any applicable data validation warnings about the question's feedback labels.
1829 1830 1831 1832 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1829 class TuningMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_valid_label_count ⇒ ::Integer
Returns Total number of valid labels provided for the question at the time of tuining.
1829 1830 1831 1832 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1829 class TuningMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tuning_error ⇒ ::String
Returns Error status of the tuning operation for the question. Will only be set if the tuning operation failed.
1829 1830 1831 1832 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1829 class TuningMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |