GoogleCloudAiplatformV1FindNeighborsRequestQueryRRF.fromJson constructor
GoogleCloudAiplatformV1FindNeighborsRequestQueryRRF.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1FindNeighborsRequestQueryRRF.fromJson(core.Map json_)
: this(
alpha: json_.containsKey('alpha')
? (json_['alpha'] as core.num).toDouble()
: null,
);