GoogleCloudAiplatformV1FeaturestoreMonitoringConfigThresholdConfig.fromJson constructor

GoogleCloudAiplatformV1FeaturestoreMonitoringConfigThresholdConfig.fromJson(
  1. Map json_
)

Implementation

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