Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1TrajectorySingleToolUseResults
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1TrajectorySingleToolUseResults
- 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 TrajectorySingleToolUse metric.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1TrajectorySingleToolUseResults
constructor
A new instance of GoogleCloudAiplatformV1TrajectorySingleToolUseResults.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1TrajectorySingleToolUseResults
Returns a new instance of GoogleCloudAiplatformV1TrajectorySingleToolUseResults.
45081 45082 45083 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 45081 def initialize(**args) update!(**args) end |
Instance Attribute Details
#trajectory_single_tool_use_metric_values ⇒ Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1TrajectorySingleToolUseMetricValue>
Output only. TrajectorySingleToolUse metric values.
Corresponds to the JSON property trajectorySingleToolUseMetricValues
45079 45080 45081 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 45079 def trajectory_single_tool_use_metric_values @trajectory_single_tool_use_metric_values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
45086 45087 45088 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 45086 def update!(**args) @trajectory_single_tool_use_metric_values = args[:trajectory_single_tool_use_metric_values] if args.key?(:trajectory_single_tool_use_metric_values) end |