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