GoogleCloudAiplatformV1ExactMatchInput constructor

GoogleCloudAiplatformV1ExactMatchInput({
  1. List<GoogleCloudAiplatformV1ExactMatchInstance>? instances,
  2. GoogleCloudAiplatformV1ExactMatchSpec? metricSpec,
})

Implementation

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