Class: Google::Cloud::AIPlatform::V1::FulfillmentInstance
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::FulfillmentInstance
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb
Overview
Spec for fulfillment instance.
Instance Attribute Summary collapse
-
#instruction ⇒ ::String
Required.
-
#prediction ⇒ ::String
Required.
Instance Attribute Details
#instruction ⇒ ::String
Returns Required. Inference instruction prompt to compare prediction with.
567 568 569 570 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 567 class FulfillmentInstance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#prediction ⇒ ::String
Returns Required. Output of the evaluated model.
567 568 569 570 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 567 class FulfillmentInstance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |