Contact Center AI Insights V1 API - Class Google::Cloud::ContactCenterInsights::V1::QaQuestion::TuningMetadata (v1.2.0)

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

#dataset_validation_warnings=

def dataset_validation_warnings=(value) -> ::Array<::Google::Cloud::ContactCenterInsights::V1::DatasetValidationWarning>
Parameter
Returns

#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.