GoogleCloudAiplatformV1FindNeighborsResponseNearestNeighbors constructor

GoogleCloudAiplatformV1FindNeighborsResponseNearestNeighbors({
  1. String? id,
  2. List<GoogleCloudAiplatformV1FindNeighborsResponseNeighbor>? neighbors,
})

Implementation

GoogleCloudAiplatformV1FindNeighborsResponseNearestNeighbors({
  this.id,
  this.neighbors,
});