GoogleCloudAiplatformV1ThresholdConfig.fromJson constructor

GoogleCloudAiplatformV1ThresholdConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1ThresholdConfig.fromJson(core.Map json_)
  : this(value: (json_['value'] as core.num?)?.toDouble());