Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1TrajectoryInOrderMatchInstance

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1TrajectoryInOrderMatchInstance

Returns a new instance of GoogleCloudAiplatformV1beta1TrajectoryInOrderMatchInstance.



63863
63864
63865
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 63863

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

Instance Attribute Details

#predicted_trajectoryGoogle::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Trajectory

Spec for trajectory. Corresponds to the JSON property predictedTrajectory



63856
63857
63858
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 63856

def predicted_trajectory
  @predicted_trajectory
end

#reference_trajectoryGoogle::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Trajectory

Spec for trajectory. Corresponds to the JSON property referenceTrajectory



63861
63862
63863
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 63861

def reference_trajectory
  @reference_trajectory
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



63868
63869
63870
63871
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 63868

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