Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolParameterKvMatchResults
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolParameterKvMatchResults
- 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
Results for tool parameter key value match metric.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1ToolParameterKvMatchResults
constructor
A new instance of GoogleCloudAiplatformV1ToolParameterKvMatchResults.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1ToolParameterKvMatchResults
Returns a new instance of GoogleCloudAiplatformV1ToolParameterKvMatchResults.
32740 32741 32742 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32740 def initialize(**args) update!(**args) end |
Instance Attribute Details
#tool_parameter_kv_match_metric_values ⇒ Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolParameterKvMatchMetricValue>
Output only. Tool parameter key value match metric values.
Corresponds to the JSON property toolParameterKvMatchMetricValues
32738 32739 32740 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32738 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
32745 32746 32747 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32745 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 |