Class: Google::Cloud::AIPlatform::V1::ToolNameMatchInput
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ToolNameMatchInput
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb
Overview
Input for tool name match metric.
Instance Attribute Summary collapse
-
#instances ⇒ ::Array<::Google::Cloud::AIPlatform::V1::ToolNameMatchInstance>
Required.
-
#metric_spec ⇒ ::Google::Cloud::AIPlatform::V1::ToolNameMatchSpec
Required.
Instance Attribute Details
#instances ⇒ ::Array<::Google::Cloud::AIPlatform::V1::ToolNameMatchInstance>
Returns Required. Repeated tool name match instances.
1269 1270 1271 1272 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1269 class ToolNameMatchInput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#metric_spec ⇒ ::Google::Cloud::AIPlatform::V1::ToolNameMatchSpec
Returns Required. Spec for tool name match metric.
1269 1270 1271 1272 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1269 class ToolNameMatchInput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |