Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1TrajectorySingleToolUseInstance

Inherits:
Object
  • Object
show all
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

Spec for TrajectorySingleToolUse instance.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1TrajectorySingleToolUseInstance

Returns a new instance of GoogleCloudAiplatformV1TrajectorySingleToolUseInstance.



38741
38742
38743
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 38741

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#predicted_trajectoryGoogle::Apis::AiplatformV1::GoogleCloudAiplatformV1Trajectory

Spec for trajectory. Corresponds to the JSON property predictedTrajectory



38739
38740
38741
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 38739

def predicted_trajectory
  @predicted_trajectory
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



38746
38747
38748
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 38746

def update!(**args)
  @predicted_trajectory = args[:predicted_trajectory] if args.key?(:predicted_trajectory)
end