GoogleCloudAiplatformV1FindNeighborsRequestQuery constructor

GoogleCloudAiplatformV1FindNeighborsRequestQuery({
  1. int? approximateNeighborCount,
  2. GoogleCloudAiplatformV1IndexDatapoint? datapoint,
  3. double? fractionLeafNodesToSearchOverride,
  4. int? neighborCount,
  5. int? perCrowdingAttributeNeighborCount,
})

Implementation

GoogleCloudAiplatformV1FindNeighborsRequestQuery({
  this.approximateNeighborCount,
  this.datapoint,
  this.fractionLeafNodesToSearchOverride,
  this.neighborCount,
  this.perCrowdingAttributeNeighborCount,
});