Class: Google::Cloud::ContactCenterInsights::V1::TuneQaScorecardRevisionMetadata::QaQuestionDatasetTuningMetrics::Metrics

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb

Overview

Performance metrics for the question's dataset calculated over the tuned model.

Instance Attribute Summary collapse

Instance Attribute Details

#accuracy::Float

Returns Accuracy of the question's dataset.

Returns:

  • (::Float)

    Accuracy of the question's dataset.



1956
1957
1958
1959
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1956

class Metrics
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end