Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ToolParameterKvMatchSpec
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ToolParameterKvMatchSpec
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb
Overview
Spec for tool parameter key value match metric.
Instance Attribute Summary collapse
-
#use_strict_string_match ⇒ Boolean
(also: #use_strict_string_match?)
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ToolParameterKvMatchSpec
constructor
A new instance of GoogleCloudAiplatformV1beta1ToolParameterKvMatchSpec.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ToolParameterKvMatchSpec
Returns a new instance of GoogleCloudAiplatformV1beta1ToolParameterKvMatchSpec.
34775 34776 34777 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 34775 def initialize(**args) update!(**args) end |
Instance Attribute Details
#use_strict_string_match ⇒ Boolean Also known as: use_strict_string_match?
Optional. Whether to use STRCIT string match on parameter values.
Corresponds to the JSON property useStrictStringMatch
34772 34773 34774 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 34772 def use_strict_string_match @use_strict_string_match end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
34780 34781 34782 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 34780 def update!(**args) @use_strict_string_match = args[:use_strict_string_match] if args.key?(:use_strict_string_match) end |