Class: Google::Cloud::Dialogflow::V2::SummarizationEvaluationMetrics::AccuracyDecomposition
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::SummarizationEvaluationMetrics::AccuracyDecomposition
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb
Overview
Decomposition details for accuracy.
Instance Attribute Summary collapse
-
#accuracy_reasoning ⇒ ::String
readonly
Output only.
-
#is_accurate ⇒ ::Boolean
readonly
Output only.
-
#point ⇒ ::String
readonly
Output only.
Instance Attribute Details
#accuracy_reasoning ⇒ ::String (readonly)
Returns Output only. The accuracy reasoning of the breakdown point.
174 175 176 177 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 174 class AccuracyDecomposition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#is_accurate ⇒ ::Boolean (readonly)
Returns Output only. Whether the breakdown point is accurate or not.
174 175 176 177 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 174 class AccuracyDecomposition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#point ⇒ ::String (readonly)
Returns Output only. The breakdown point of the summary.
174 175 176 177 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 174 class AccuracyDecomposition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |