Class: Google::Cloud::ContactCenterInsights::V1::QaQuestion::Metrics

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

Overview

A wrapper representing metrics calculated against a test-set on a LLM that was fine tuned for this question.

Instance Attribute Summary collapse

Instance Attribute Details

#accuracy::Float (readonly)

Returns Output only. Accuracy of the model. Measures the percentage of correct answers the model gave on the test set.

Returns:

  • (::Float)

    Output only. Accuracy of the model. Measures the percentage of correct answers the model gave on the test set.



1810
1811
1812
1813
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1810

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