Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ToolParameterKvMatchResults
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ToolParameterKvMatchResults
- 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
Results for tool parameter key value match metric.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ToolParameterKvMatchResults
constructor
A new instance of GoogleCloudAiplatformV1beta1ToolParameterKvMatchResults.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ToolParameterKvMatchResults
Returns a new instance of GoogleCloudAiplatformV1beta1ToolParameterKvMatchResults.
34755 34756 34757 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 34755 def initialize(**args) update!(**args) end |
Instance Attribute Details
#tool_parameter_kv_match_metric_values ⇒ Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ToolParameterKvMatchMetricValue>
Output only. Tool parameter key value match metric values.
Corresponds to the JSON property toolParameterKvMatchMetricValues
34753 34754 34755 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 34753 def tool_parameter_kv_match_metric_values @tool_parameter_kv_match_metric_values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
34760 34761 34762 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 34760 def update!(**args) @tool_parameter_kv_match_metric_values = args[:tool_parameter_kv_match_metric_values] if args.key?(:tool_parameter_kv_match_metric_values) end |