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.
30778 30779 30780 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 30778 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
30776 30777 30778 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 30776 def tool_call_valid_metric_values @tool_call_valid_metric_values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
30783 30784 30785 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 30783 def update!(**args) @tool_call_valid_metric_values = args[:tool_call_valid_metric_values] if args.key?(:tool_call_valid_metric_values) end |