GoogleCloudAiplatformV1Neighbor.fromJson constructor

GoogleCloudAiplatformV1Neighbor.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1Neighbor.fromJson(core.Map json_)
  : this(
      neighborDistance: (json_['neighborDistance'] as core.num?)?.toDouble(),
      neighborId: json_['neighborId'] as core.String?,
    );