Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1TrajectorySingleToolUseInstance
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1TrajectorySingleToolUseInstance
- 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
Spec for TrajectorySingleToolUse instance.
Instance Attribute Summary collapse
-
#predicted_trajectory ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Trajectory
Spec for trajectory.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1TrajectorySingleToolUseInstance
constructor
A new instance of GoogleCloudAiplatformV1beta1TrajectorySingleToolUseInstance.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1TrajectorySingleToolUseInstance
Returns a new instance of GoogleCloudAiplatformV1beta1TrajectorySingleToolUseInstance.
40792 40793 40794 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 40792 def initialize(**args) update!(**args) end |
Instance Attribute Details
#predicted_trajectory ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Trajectory
Spec for trajectory.
Corresponds to the JSON property predictedTrajectory
40790 40791 40792 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 40790 def predicted_trajectory @predicted_trajectory end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
40797 40798 40799 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 40797 def update!(**args) @predicted_trajectory = args[:predicted_trajectory] if args.key?(:predicted_trajectory) end |