GoogleCloudAiplatformV1TrajectoryPrecisionInstance constructor

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

Implementation

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