GoogleCloudAiplatformV1FindNeighborsResponseNeighbor constructor

GoogleCloudAiplatformV1FindNeighborsResponseNeighbor({
  1. GoogleCloudAiplatformV1IndexDatapoint? datapoint,
  2. double? distance,
  3. double? sparseDistance,
})

Implementation

GoogleCloudAiplatformV1FindNeighborsResponseNeighbor({
  this.datapoint,
  this.distance,
  this.sparseDistance,
});