GoogleCloudAiplatformV1FindNeighborsResponseNeighbor constructor
GoogleCloudAiplatformV1FindNeighborsResponseNeighbor({
- GoogleCloudAiplatformV1IndexDatapoint? datapoint,
- double? distance,
- double? sparseDistance,
Implementation
GoogleCloudAiplatformV1FindNeighborsResponseNeighbor({
this.datapoint,
this.distance,
this.sparseDistance,
});