Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolCallValidResults
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolCallValidResults
- 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 call valid metric.
Instance Attribute Summary collapse
-
#tool_call_valid_metric_values ⇒ Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolCallValidMetricValue>
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1ToolCallValidResults
constructor
A new instance of GoogleCloudAiplatformV1ToolCallValidResults.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1ToolCallValidResults
Returns a new instance of GoogleCloudAiplatformV1ToolCallValidResults.
38165 38166 38167 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 38165 def initialize(**args) update!(**args) end |
Instance Attribute Details
#tool_call_valid_metric_values ⇒ Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolCallValidMetricValue>
Output only. Tool call valid metric values.
Corresponds to the JSON property toolCallValidMetricValues
38163 38164 38165 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 38163 def tool_call_valid_metric_values @tool_call_valid_metric_values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
38170 38171 38172 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 38170 def update!(**args) @tool_call_valid_metric_values = args[:tool_call_valid_metric_values] if args.key?(:tool_call_valid_metric_values) end |