GoogleCloudAiplatformV1ModelEvaluationSliceSliceSliceSpecRange.fromJson constructor

GoogleCloudAiplatformV1ModelEvaluationSliceSliceSliceSpecRange.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1ModelEvaluationSliceSliceSliceSpecRange.fromJson(
    core.Map json_)
    : this(
        high: json_.containsKey('high')
            ? (json_['high'] as core.num).toDouble()
            : null,
        low: json_.containsKey('low')
            ? (json_['low'] as core.num).toDouble()
            : null,
      );