Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1TrajectoryPrecisionInstance
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1TrajectoryPrecisionInstance
- 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 TrajectoryPrecision 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) ⇒ GoogleCloudAiplatformV1TrajectoryPrecisionInstance
constructor
A new instance of GoogleCloudAiplatformV1TrajectoryPrecisionInstance.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1TrajectoryPrecisionInstance
Returns a new instance of GoogleCloudAiplatformV1TrajectoryPrecisionInstance.
49265 49266 49267 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 49265 def initialize(**args) update!(**args) end |
Instance Attribute Details
#predicted_trajectory ⇒ Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Trajectory
Spec for trajectory.
Corresponds to the JSON property predictedTrajectory
49258 49259 49260 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 49258 def predicted_trajectory @predicted_trajectory end |
#reference_trajectory ⇒ Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Trajectory
Spec for trajectory.
Corresponds to the JSON property referenceTrajectory
49263 49264 49265 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 49263 def reference_trajectory @reference_trajectory end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
49270 49271 49272 49273 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 49270 def update!(**args) @predicted_trajectory = args[:predicted_trajectory] if args.key?(:predicted_trajectory) @reference_trajectory = args[:reference_trajectory] if args.key?(:reference_trajectory) end |