Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolParameterKvMatchSpec

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb

Overview

Spec for tool parameter key value match metric.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1ToolParameterKvMatchSpec

Returns a new instance of GoogleCloudAiplatformV1ToolParameterKvMatchSpec.



31019
31020
31021
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 31019

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#use_strict_string_matchBoolean Also known as: use_strict_string_match?

Optional. Whether to use STRCIT string match on parameter values. Corresponds to the JSON property useStrictStringMatch

Returns:

  • (Boolean)


31016
31017
31018
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 31016

def use_strict_string_match
  @use_strict_string_match
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



31024
31025
31026
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 31024

def update!(**args)
  @use_strict_string_match = args[:use_strict_string_match] if args.key?(:use_strict_string_match)
end