Class: Google::Cloud::AIPlatform::V1::QuestionAnsweringRelevanceInstance
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::QuestionAnsweringRelevanceInstance
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb
Overview
Spec for question answering relevance instance.
Instance Attribute Summary collapse
-
#context ⇒ ::String
Optional.
-
#instruction ⇒ ::String
Required.
-
#prediction ⇒ ::String
Required.
-
#reference ⇒ ::String
Optional.
Instance Attribute Details
#context ⇒ ::String
Returns Optional. Text provided as context to answer the question.
975 976 977 978 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 975 class QuestionAnsweringRelevanceInstance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instruction ⇒ ::String
Returns Required. The question asked and other instruction in the inference prompt.
975 976 977 978 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 975 class QuestionAnsweringRelevanceInstance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#prediction ⇒ ::String
Returns Required. Output of the evaluated model.
975 976 977 978 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 975 class QuestionAnsweringRelevanceInstance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reference ⇒ ::String
Returns Optional. Ground truth used to compare against the prediction.
975 976 977 978 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 975 class QuestionAnsweringRelevanceInstance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |