Class: Google::Cloud::AIPlatform::V1::FulfillmentInput
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::FulfillmentInput
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb
Overview
Input for fulfillment metric.
Instance Attribute Summary collapse
-
#instance ⇒ ::Google::Cloud::AIPlatform::V1::FulfillmentInstance
Required.
-
#metric_spec ⇒ ::Google::Cloud::AIPlatform::V1::FulfillmentSpec
Required.
Instance Attribute Details
#instance ⇒ ::Google::Cloud::AIPlatform::V1::FulfillmentInstance
Returns Required. Fulfillment instance.
555 556 557 558 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 555 class FulfillmentInput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#metric_spec ⇒ ::Google::Cloud::AIPlatform::V1::FulfillmentSpec
Returns Required. Spec for fulfillment score metric.
555 556 557 558 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 555 class FulfillmentInput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |