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.
35966 35967 35968 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 35966 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
35964 35965 35966 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 35964 def tool_call_valid_metric_values @tool_call_valid_metric_values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
35971 35972 35973 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 35971 def update!(**args) @tool_call_valid_metric_values = args[:tool_call_valid_metric_values] if args.key?(:tool_call_valid_metric_values) end |