Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ToolNameMatchResults

Inherits:
Object
  • Object
show all
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 name match metric.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ToolNameMatchResults

Returns a new instance of GoogleCloudAiplatformV1beta1ToolNameMatchResults.



34410
34411
34412
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 34410

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#tool_name_match_metric_valuesArray<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ToolNameMatchMetricValue>

Output only. Tool name match metric values. Corresponds to the JSON property toolNameMatchMetricValues



34408
34409
34410
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 34408

def tool_name_match_metric_values
  @tool_name_match_metric_values
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



34415
34416
34417
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 34415

def update!(**args)
  @tool_name_match_metric_values = args[:tool_name_match_metric_values] if args.key?(:tool_name_match_metric_values)
end