GoogleCloudAiplatformV1ModelEvaluationSliceSliceSliceSpecRange.fromJson constructor

GoogleCloudAiplatformV1ModelEvaluationSliceSliceSliceSpecRange.fromJson(
  1. Map json_
)

Implementation

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