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.
31388 31389 31390 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 31388 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
31386 31387 31388 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 31386 def tool_call_valid_metric_values @tool_call_valid_metric_values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
31393 31394 31395 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 31393 def update!(**args) @tool_call_valid_metric_values = args[:tool_call_valid_metric_values] if args.key?(:tool_call_valid_metric_values) end |