Class: Google::Cloud::Dialogflow::V2::SummarizationEvaluationMetrics::EvaluationResult
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::SummarizationEvaluationMetrics::EvaluationResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb
Overview
Evaluation result that contains one of accuracy, adherence or completeness evaluation result.
Instance Attribute Summary collapse
-
#accuracy_decomposition ⇒ ::Google::Cloud::Dialogflow::V2::SummarizationEvaluationMetrics::AccuracyDecomposition
Only available for accuracy metric.
-
#adherence_rubric ⇒ ::Google::Cloud::Dialogflow::V2::SummarizationEvaluationMetrics::AdherenceRubric
Only available for adherence metric.
-
#completeness_rubric ⇒ ::Google::Cloud::Dialogflow::V2::SummarizationEvaluationMetrics::CompletenessRubric
Only available for completeness 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_rubric, completeness_rubric. If a field in that set is populated, all other fields in the set will automatically be cleared.
261 262 263 264 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 261 class EvaluationResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#adherence_rubric ⇒ ::Google::Cloud::Dialogflow::V2::SummarizationEvaluationMetrics::AdherenceRubric
Returns Only available for adherence metric.
Note: The following fields are mutually exclusive: adherence_rubric, accuracy_decomposition, completeness_rubric. If a field in that set is populated, all other fields in the set will automatically be cleared.
261 262 263 264 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 261 class EvaluationResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#completeness_rubric ⇒ ::Google::Cloud::Dialogflow::V2::SummarizationEvaluationMetrics::CompletenessRubric
Returns Only available for completeness metric.
Note: The following fields are mutually exclusive: completeness_rubric, accuracy_decomposition, adherence_rubric. If a field in that set is populated, all other fields in the set will automatically be cleared.
261 262 263 264 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 261 class EvaluationResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |