GoogleCloudAiplatformV1TrajectoryRecallInstance constructor

GoogleCloudAiplatformV1TrajectoryRecallInstance({
  1. GoogleCloudAiplatformV1Trajectory? predictedTrajectory,
  2. GoogleCloudAiplatformV1Trajectory? referenceTrajectory,
})

Implementation

GoogleCloudAiplatformV1TrajectoryRecallInstance({
  this.predictedTrajectory,
  this.referenceTrajectory,
});