Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::TuneQaScorecardRevisionMetadata::QaQuestionDatasetValidationResult.
Contains validation results for a question in the tuning request.
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.
#question
def question() -> ::String
Returns
- (::String) — Output only. The resource path of the question whose dataset was evaluated for tuning.
#valid_feedback_labels_count
def valid_feedback_labels_count() -> ::Integer
Returns
- (::Integer) — The number of valid feedback labels in the question's dataset.
#valid_feedback_labels_count=
def valid_feedback_labels_count=(value) -> ::Integer
Parameter
- value (::Integer) — The number of valid feedback labels in the question's dataset.
Returns
- (::Integer) — The number of valid feedback labels in the question's dataset.