Class: Google::Cloud::Dialogflow::V2::SummarizationEvaluationMetrics::OverallScoresByMetric

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb

Overview

Overall performance per metric. This is the aggregated score for each metric across all conversations that are selected for summarization evaluation.

Instance Attribute Summary collapse

Instance Attribute Details

#metric::String (readonly)

Returns Output only. Metric name. e.g. accuracy, adherence, completeness.

Returns:

  • (::String)

    Output only. Metric name. e.g. accuracy, adherence, completeness.



301
302
303
304
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 301

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