GoogleCloudAiplatformV1FindNeighborsResponse constructor

GoogleCloudAiplatformV1FindNeighborsResponse({
  1. List<GoogleCloudAiplatformV1FindNeighborsResponseNearestNeighbors>? nearestNeighbors,
})

Implementation

GoogleCloudAiplatformV1FindNeighborsResponse({
  this.nearestNeighbors,
});