Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1TrajectorySingleToolUseResults
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1TrajectorySingleToolUseResults
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb
Overview
Results for TrajectorySingleToolUse metric.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1TrajectorySingleToolUseResults
constructor
A new instance of GoogleCloudAiplatformV1beta1TrajectorySingleToolUseResults.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1TrajectorySingleToolUseResults
Returns a new instance of GoogleCloudAiplatformV1beta1TrajectorySingleToolUseResults.
40830 40831 40832 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 40830 def initialize(**args) update!(**args) end |
Instance Attribute Details
#trajectory_single_tool_use_metric_values ⇒ Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1TrajectorySingleToolUseMetricValue>
Output only. TrajectorySingleToolUse metric values.
Corresponds to the JSON property trajectorySingleToolUseMetricValues
40828 40829 40830 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 40828 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
40835 40836 40837 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 40835 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 |