Class: Google::Cloud::AIPlatform::V1::ToolParameterKVMatchSpec
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ToolParameterKVMatchSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb
Overview
Spec for tool parameter key value match metric.
Instance Attribute Summary collapse
-
#use_strict_string_match ⇒ ::Boolean
Optional.
Instance Attribute Details
#use_strict_string_match ⇒ ::Boolean
Returns Optional. Whether to use STRICT string match on parameter values.
1374 1375 1376 1377 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1374 class ToolParameterKVMatchSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |