GoogleCloudAiplatformV1IndexDatapoint constructor

GoogleCloudAiplatformV1IndexDatapoint({
  1. GoogleCloudAiplatformV1IndexDatapointCrowdingTag? crowdingTag,
  2. String? datapointId,
  3. List<double>? featureVector,
  4. List<GoogleCloudAiplatformV1IndexDatapointNumericRestriction>? numericRestricts,
  5. List<GoogleCloudAiplatformV1IndexDatapointRestriction>? restricts,
})

Implementation

GoogleCloudAiplatformV1IndexDatapoint({
  this.crowdingTag,
  this.datapointId,
  this.featureVector,
  this.numericRestricts,
  this.restricts,
});