Class: Google::Cloud::ContactCenterInsights::V1::TuneQaScorecardRevisionMetadata::QaQuestionDatasetValidationResult
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::TuneQaScorecardRevisionMetadata::QaQuestionDatasetValidationResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
Contains validation results for a question in the tuning request.
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.
-
#question ⇒ ::String
readonly
Output only.
-
#valid_feedback_labels_count ⇒ ::Integer
The number of valid feedback labels in the question's dataset.
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.
1933 1934 1935 1936 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1933 class QaQuestionDatasetValidationResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#question ⇒ ::String (readonly)
Returns Output only. The resource path of the question whose dataset was evaluated for tuning.
1933 1934 1935 1936 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1933 class QaQuestionDatasetValidationResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#valid_feedback_labels_count ⇒ ::Integer
Returns The number of valid feedback labels in the question's dataset.
1933 1934 1935 1936 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1933 class QaQuestionDatasetValidationResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |