Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ToolParameterKeyMatchResults
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ToolParameterKeyMatchResults
- 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 match metric.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ToolParameterKeyMatchResults
constructor
A new instance of GoogleCloudAiplatformV1beta1ToolParameterKeyMatchResults.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ToolParameterKeyMatchResults
Returns a new instance of GoogleCloudAiplatformV1beta1ToolParameterKeyMatchResults.
34863 34864 34865 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 34863 def initialize(**args) update!(**args) end |
Instance Attribute Details
#tool_parameter_key_match_metric_values ⇒ Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ToolParameterKeyMatchMetricValue>
Output only. Tool parameter key match metric values.
Corresponds to the JSON property toolParameterKeyMatchMetricValues
34861 34862 34863 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 34861 def tool_parameter_key_match_metric_values @tool_parameter_key_match_metric_values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
34868 34869 34870 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 34868 def update!(**args) @tool_parameter_key_match_metric_values = args[:tool_parameter_key_match_metric_values] if args.key?(:tool_parameter_key_match_metric_values) end |