Class: Google::Cloud::Dialogflow::V2::SummarizationEvaluationMetrics::Decomposition Deprecated

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

Deprecated.

This message is deprecated and may be removed in the next major version update.

Decomposition details

Instance Attribute Summary collapse

Instance Attribute Details

#accuracy_decomposition::Google::Cloud::Dialogflow::V2::SummarizationEvaluationMetrics::AccuracyDecomposition

Returns only available for accuracy metric.

Note: The following fields are mutually exclusive: accuracy_decomposition, adherence_decomposition. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:



239
240
241
242
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 239

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

#adherence_decomposition::Google::Cloud::Dialogflow::V2::SummarizationEvaluationMetrics::AdherenceDecomposition

Returns only available for adherence metric.

Note: The following fields are mutually exclusive: adherence_decomposition, accuracy_decomposition. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:



239
240
241
242
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 239

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