Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1TrajectoryPrecisionInstance
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1TrajectoryPrecisionInstance
- 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 TrajectoryPrecision instance.
Instance Attribute Summary collapse
-
#predicted_trajectory ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Trajectory
Spec for trajectory.
-
#reference_trajectory ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Trajectory
Spec for trajectory.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1TrajectoryPrecisionInstance
constructor
A new instance of GoogleCloudAiplatformV1beta1TrajectoryPrecisionInstance.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1TrajectoryPrecisionInstance
Returns a new instance of GoogleCloudAiplatformV1beta1TrajectoryPrecisionInstance.
66743 66744 66745 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 66743 def initialize(**args) update!(**args) end |
Instance Attribute Details
#predicted_trajectory ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Trajectory
Spec for trajectory.
Corresponds to the JSON property predictedTrajectory
66736 66737 66738 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 66736 def predicted_trajectory @predicted_trajectory end |
#reference_trajectory ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Trajectory
Spec for trajectory.
Corresponds to the JSON property referenceTrajectory
66741 66742 66743 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 66741 def reference_trajectory @reference_trajectory end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
66748 66749 66750 66751 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 66748 def update!(**args) @predicted_trajectory = args[:predicted_trajectory] if args.key?(:predicted_trajectory) @reference_trajectory = args[:reference_trajectory] if args.key?(:reference_trajectory) end |