Class: Google::Cloud::AIPlatform::V1::ToolParameterKVMatchSpec

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#use_strict_string_match::Boolean

Returns Optional. Whether to use STRCIT string match on parameter values.

Returns:

  • (::Boolean)

    Optional. Whether to use STRCIT string match on parameter values.



1360
1361
1362
1363
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1360

class ToolParameterKVMatchSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end