GoogleCloudAiplatformV1Neighbor constructor

GoogleCloudAiplatformV1Neighbor({
  1. double? neighborDistance,
  2. String? neighborId,
})

Implementation

GoogleCloudAiplatformV1Neighbor({
  this.neighborDistance,
  this.neighborId,
});