GoogleCloudAiplatformV1TrajectoryInOrderMatchInstance constructor

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

Implementation

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