Class: Google::Cloud::AIPlatform::V1::ToolParameterKeyMatchInput
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ToolParameterKeyMatchInput
- 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 match metric.
Instance Attribute Summary collapse
-
#instances ⇒ ::Array<::Google::Cloud::AIPlatform::V1::ToolParameterKeyMatchInstance>
Required.
-
#metric_spec ⇒ ::Google::Cloud::AIPlatform::V1::ToolParameterKeyMatchSpec
Required.
Instance Attribute Details
#instances ⇒ ::Array<::Google::Cloud::AIPlatform::V1::ToolParameterKeyMatchInstance>
Returns Required. Repeated tool parameter key match instances.
1317 1318 1319 1320 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1317 class ToolParameterKeyMatchInput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#metric_spec ⇒ ::Google::Cloud::AIPlatform::V1::ToolParameterKeyMatchSpec
Returns Required. Spec for tool parameter key match metric.
1317 1318 1319 1320 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1317 class ToolParameterKeyMatchInput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |