Class: Google::Cloud::Dialogflow::V2::SummarizationEvaluationMetrics::Decomposition Deprecated
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::SummarizationEvaluationMetrics::Decomposition
- 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
-
#accuracy_decomposition ⇒ ::Google::Cloud::Dialogflow::V2::SummarizationEvaluationMetrics::AccuracyDecomposition
Only available for accuracy metric.
-
#adherence_decomposition ⇒ ::Google::Cloud::Dialogflow::V2::SummarizationEvaluationMetrics::AdherenceDecomposition
Only available for adherence metric.
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.
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.
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 |