GoogleCloudAiplatformV1FindNeighborsRequestQueryRRF.fromJson constructor

GoogleCloudAiplatformV1FindNeighborsRequestQueryRRF.fromJson(
  1. Map json_
)

Implementation

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