Class: Google::Cloud::Dialogflow::V2::SummarizationEvaluationMetrics::ConversationDetail::MetricDetail::SectionDetail
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::SummarizationEvaluationMetrics::ConversationDetail::MetricDetail::SectionDetail
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb
Overview
Section level result.
Instance Attribute Summary collapse
-
#evaluation_results ⇒ ::Array<::Google::Cloud::Dialogflow::V2::SummarizationEvaluationMetrics::EvaluationResult>
readonly
Output only.
-
#score ⇒ ::Float
readonly
Output only.
-
#section ⇒ ::String
readonly
Output only.
-
#section_summary ⇒ ::String
readonly
Output only.
Instance Attribute Details
#evaluation_results ⇒ ::Array<::Google::Cloud::Dialogflow::V2::SummarizationEvaluationMetrics::EvaluationResult> (readonly)
Returns Output only. List of evaluation result. The list only contains one kind of the evaluation result.
371 372 373 374 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 371 class SectionDetail include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#score ⇒ ::Float (readonly)
Returns Output only. Aggregated(average) score on this section across all evaluation results. Either decompositions or rubrics.
371 372 373 374 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 371 class SectionDetail include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#section ⇒ ::String (readonly)
Returns Output only. The name of the summary instruction.
371 372 373 374 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 371 class SectionDetail include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#section_summary ⇒ ::String (readonly)
Returns Output only. Summary for this section.
371 372 373 374 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 371 class SectionDetail include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |