GoogleCloudAiplatformV1NearestNeighborQuery constructor

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

Implementation

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