GoogleCloudMlV1AutomatedStoppingConfigMedianAutomatedStoppingConfig.fromJson constructor
GoogleCloudMlV1AutomatedStoppingConfigMedianAutomatedStoppingConfig.fromJson(
- Map json_
Implementation
GoogleCloudMlV1AutomatedStoppingConfigMedianAutomatedStoppingConfig.fromJson(
core.Map json_)
: this(
useElapsedTime: json_.containsKey('useElapsedTime')
? json_['useElapsedTime'] as core.bool
: null,
);