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.
64206 64207 64208 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 64206 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
64204 64205 64206 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 64204 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
64211 64212 64213 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 64211 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 |