Class: Google::Cloud::AIPlatform::V1::PairwiseQuestionAnsweringQualityResult
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::PairwiseQuestionAnsweringQualityResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb
Overview
Spec for pairwise question answering quality result.
Instance Attribute Summary collapse
-
#confidence ⇒ ::Float
readonly
Output only.
-
#explanation ⇒ ::String
readonly
Output only.
-
#pairwise_choice ⇒ ::Google::Cloud::AIPlatform::V1::PairwiseChoice
readonly
Output only.
Instance Attribute Details
#confidence ⇒ ::Float (readonly)
Returns Output only. Confidence for question answering quality score.
945 946 947 948 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 945 class PairwiseQuestionAnsweringQualityResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#explanation ⇒ ::String (readonly)
Returns Output only. Explanation for question answering quality score.
945 946 947 948 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 945 class PairwiseQuestionAnsweringQualityResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pairwise_choice ⇒ ::Google::Cloud::AIPlatform::V1::PairwiseChoice (readonly)
Returns Output only. Pairwise question answering prediction choice.
945 946 947 948 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 945 class PairwiseQuestionAnsweringQualityResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |