GoogleCloudAiplatformV1TrajectoryAnyOrderMatchInput constructor

GoogleCloudAiplatformV1TrajectoryAnyOrderMatchInput({
  1. List<GoogleCloudAiplatformV1TrajectoryAnyOrderMatchInstance>? instances,
  2. GoogleCloudAiplatformV1TrajectoryAnyOrderMatchSpec? metricSpec,
})

Implementation

GoogleCloudAiplatformV1TrajectoryAnyOrderMatchInput({
  this.instances,
  this.metricSpec,
});