Class: Google::Cloud::AIPlatform::V1::QuestionAnsweringHelpfulnessInput
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::QuestionAnsweringHelpfulnessInput
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb
Overview
Input for question answering helpfulness metric.
Instance Attribute Summary collapse
-
#instance ⇒ ::Google::Cloud::AIPlatform::V1::QuestionAnsweringHelpfulnessInstance
Required.
-
#metric_spec ⇒ ::Google::Cloud::AIPlatform::V1::QuestionAnsweringHelpfulnessSpec
Required.
Instance Attribute Details
#instance ⇒ ::Google::Cloud::AIPlatform::V1::QuestionAnsweringHelpfulnessInstance
Returns Required. Question answering helpfulness instance.
1015 1016 1017 1018 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1015 class QuestionAnsweringHelpfulnessInput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#metric_spec ⇒ ::Google::Cloud::AIPlatform::V1::QuestionAnsweringHelpfulnessSpec
Returns Required. Spec for question answering helpfulness score metric.
1015 1016 1017 1018 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1015 class QuestionAnsweringHelpfulnessInput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |