Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolNameMatchResults
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolNameMatchResults
- 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 name match metric.
Instance Attribute Summary collapse
-
#tool_name_match_metric_values ⇒ Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolNameMatchMetricValue>
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1ToolNameMatchResults
constructor
A new instance of GoogleCloudAiplatformV1ToolNameMatchResults.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1ToolNameMatchResults
Returns a new instance of GoogleCloudAiplatformV1ToolNameMatchResults.
32639 32640 32641 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32639 def initialize(**args) update!(**args) end |
Instance Attribute Details
#tool_name_match_metric_values ⇒ Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolNameMatchMetricValue>
Output only. Tool name match metric values.
Corresponds to the JSON property toolNameMatchMetricValues
32637 32638 32639 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32637 def tool_name_match_metric_values @tool_name_match_metric_values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
32644 32645 32646 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32644 def update!(**args) @tool_name_match_metric_values = args[:tool_name_match_metric_values] if args.key?(:tool_name_match_metric_values) end |