GoogleCloudMlV1StudyConfigParameterSpecMatchingParentDiscreteValueSpec.fromJson constructor

GoogleCloudMlV1StudyConfigParameterSpecMatchingParentDiscreteValueSpec.fromJson(
  1. Map json_
)

Implementation

GoogleCloudMlV1StudyConfigParameterSpecMatchingParentDiscreteValueSpec.fromJson(
  core.Map json_,
) : this(
      values:
          (json_['values'] as core.List?)
              ?.map((value) => (value as core.num).toDouble())
              .toList(),
    );