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.
32519 32520 32521 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32519 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
32517 32518 32519 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32517 def tool_call_valid_metric_values @tool_call_valid_metric_values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
32524 32525 32526 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32524 def update!(**args) @tool_call_valid_metric_values = args[:tool_call_valid_metric_values] if args.key?(:tool_call_valid_metric_values) end |