Class: Google::Cloud::AIPlatform::V1::ToolParameterKVMatchInput
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ToolParameterKVMatchInput
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb
Overview
Input for tool parameter key value match metric.
Instance Attribute Summary collapse
-
#instances ⇒ ::Array<::Google::Cloud::AIPlatform::V1::ToolParameterKVMatchInstance>
Required.
-
#metric_spec ⇒ ::Google::Cloud::AIPlatform::V1::ToolParameterKVMatchSpec
Required.
Instance Attribute Details
#instances ⇒ ::Array<::Google::Cloud::AIPlatform::V1::ToolParameterKVMatchInstance>
Returns Required. Repeated tool parameter key value match instances.
1365 1366 1367 1368 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1365 class ToolParameterKVMatchInput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#metric_spec ⇒ ::Google::Cloud::AIPlatform::V1::ToolParameterKVMatchSpec
Returns Required. Spec for tool parameter key value match metric.
1365 1366 1367 1368 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1365 class ToolParameterKVMatchInput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |