GoogleCloudAiplatformV1NearestNeighborsNeighbor constructor

GoogleCloudAiplatformV1NearestNeighborsNeighbor({
  1. double? distance,
  2. String? entityId,
  3. GoogleCloudAiplatformV1FetchFeatureValuesResponse? entityKeyValues,
})

Implementation

GoogleCloudAiplatformV1NearestNeighborsNeighbor({
  this.distance,
  this.entityId,
  this.entityKeyValues,
});