Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1TrajectoryInOrderMatchInstance
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1TrajectoryInOrderMatchInstance
- 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 TrajectoryInOrderMatch instance.
Instance Attribute Summary collapse
-
#predicted_trajectory ⇒ Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Trajectory
Spec for trajectory.
-
#reference_trajectory ⇒ Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Trajectory
Spec for trajectory.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1TrajectoryInOrderMatchInstance
constructor
A new instance of GoogleCloudAiplatformV1TrajectoryInOrderMatchInstance.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1TrajectoryInOrderMatchInstance
Returns a new instance of GoogleCloudAiplatformV1TrajectoryInOrderMatchInstance.
38109 38110 38111 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 38109 def initialize(**args) update!(**args) end |
Instance Attribute Details
#predicted_trajectory ⇒ Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Trajectory
Spec for trajectory.
Corresponds to the JSON property predictedTrajectory
38102 38103 38104 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 38102 def predicted_trajectory @predicted_trajectory end |
#reference_trajectory ⇒ Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Trajectory
Spec for trajectory.
Corresponds to the JSON property referenceTrajectory
38107 38108 38109 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 38107 def reference_trajectory @reference_trajectory end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
38114 38115 38116 38117 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 38114 def update!(**args) @predicted_trajectory = args[:predicted_trajectory] if args.key?(:predicted_trajectory) @reference_trajectory = args[:reference_trajectory] if args.key?(:reference_trajectory) end |