Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::QuestionAnsweringCorrectnessInstance.
Spec for question answering correctness instance.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#context
def context() -> ::String
Returns
- (::String) — Optional. Text provided as context to answer the question.
#context=
def context=(value) -> ::String
Parameter
- value (::String) — Optional. Text provided as context to answer the question.
Returns
- (::String) — Optional. Text provided as context to answer the question.
#instruction
def instruction() -> ::String
Returns
- (::String) — Required. The question asked and other instruction in the inference prompt.
#instruction=
def instruction=(value) -> ::String
Parameter
- value (::String) — Required. The question asked and other instruction in the inference prompt.
Returns
- (::String) — Required. The question asked and other instruction in the inference prompt.
#prediction
def prediction() -> ::String
Returns
- (::String) — Required. Output of the evaluated model.
#prediction=
def prediction=(value) -> ::String
Parameter
- value (::String) — Required. Output of the evaluated model.
Returns
- (::String) — Required. Output of the evaluated model.
#reference
def reference() -> ::String
Returns
- (::String) — Optional. Ground truth used to compare against the prediction.
#reference=
def reference=(value) -> ::String
Parameter
- value (::String) — Optional. Ground truth used to compare against the prediction.
Returns
- (::String) — Optional. Ground truth used to compare against the prediction.