GoogleCloudAiplatformV1FindNeighborsRequestQuery constructor
GoogleCloudAiplatformV1FindNeighborsRequestQuery({
- int? approximateNeighborCount,
- GoogleCloudAiplatformV1IndexDatapoint? datapoint,
- double? fractionLeafNodesToSearchOverride,
- int? neighborCount,
- int? perCrowdingAttributeNeighborCount,
- GoogleCloudAiplatformV1FindNeighborsRequestQueryRRF? rrf,
Implementation
GoogleCloudAiplatformV1FindNeighborsRequestQuery({
this.approximateNeighborCount,
this.datapoint,
this.fractionLeafNodesToSearchOverride,
this.neighborCount,
this.perCrowdingAttributeNeighborCount,
this.rrf,
});