GoogleCloudAiplatformV1NearestNeighborQueryParameters.fromJson constructor
GoogleCloudAiplatformV1NearestNeighborQueryParameters.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1NearestNeighborQueryParameters.fromJson(core.Map json_)
: this(
approximateNeighborCandidates:
json_['approximateNeighborCandidates'] as core.int?,
leafNodesSearchFraction:
(json_['leafNodesSearchFraction'] as core.num?)?.toDouble(),
);