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