GoogleCloudAiplatformV1TrajectoryExactMatchInput constructor

GoogleCloudAiplatformV1TrajectoryExactMatchInput({
  1. List<GoogleCloudAiplatformV1TrajectoryExactMatchInstance>? instances,
  2. GoogleCloudAiplatformV1TrajectoryExactMatchSpec? metricSpec,
})

Implementation

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