Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::FulfillmentInstance.
Spec for fulfillment instance.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#instruction
def instruction() -> ::String
Returns
- (::String) — Required. Inference instruction prompt to compare prediction with.
#instruction=
def instruction=(value) -> ::String
Parameter
- value (::String) — Required. Inference instruction prompt to compare prediction with.
Returns
- (::String) — Required. Inference instruction prompt to compare prediction with.
#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.