GoogleCloudAiplatformV1IndexDatapoint constructor

GoogleCloudAiplatformV1IndexDatapoint({
  1. GoogleCloudAiplatformV1IndexDatapointCrowdingTag? crowdingTag,
  2. String? datapointId,
  3. Map<String, Object?>? embeddingMetadata,
  4. List<double>? featureVector,
  5. List<GoogleCloudAiplatformV1IndexDatapointNumericRestriction>? numericRestricts,
  6. List<GoogleCloudAiplatformV1IndexDatapointRestriction>? restricts,
  7. GoogleCloudAiplatformV1IndexDatapointSparseEmbedding? sparseEmbedding,
})

Implementation

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