GoogleCloudAiplatformV1FindNeighborsResponseNeighbor constructor

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

Implementation

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