GoogleCloudAiplatformV1NearestNeighborQuery constructor

GoogleCloudAiplatformV1NearestNeighborQuery({
  1. GoogleCloudAiplatformV1NearestNeighborQueryEmbedding? embedding,
  2. String? entityId,
  3. int? neighborCount,
  4. GoogleCloudAiplatformV1NearestNeighborQueryParameters? parameters,
  5. int? perCrowdingAttributeNeighborCount,
  6. List<GoogleCloudAiplatformV1NearestNeighborQueryStringFilter>? stringFilters,
})

Implementation

GoogleCloudAiplatformV1NearestNeighborQuery({
  this.embedding,
  this.entityId,
  this.neighborCount,
  this.parameters,
  this.perCrowdingAttributeNeighborCount,
  this.stringFilters,
});