Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1TrajectoryAnyOrderMatchInstance

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 TrajectoryAnyOrderMatch instance.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1TrajectoryAnyOrderMatchInstance

Returns a new instance of GoogleCloudAiplatformV1beta1TrajectoryAnyOrderMatchInstance.



60532
60533
60534
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 60532

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

Instance Attribute Details

#predicted_trajectoryGoogle::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Trajectory

Spec for trajectory. Corresponds to the JSON property predictedTrajectory



60525
60526
60527
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 60525

def predicted_trajectory
  @predicted_trajectory
end

#reference_trajectoryGoogle::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Trajectory

Spec for trajectory. Corresponds to the JSON property referenceTrajectory



60530
60531
60532
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 60530

def reference_trajectory
  @reference_trajectory
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



60537
60538
60539
60540
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 60537

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