GoogleCloudMlV1Scheduling.fromJson constructor

GoogleCloudMlV1Scheduling.fromJson(
  1. Map json_
)

Implementation

GoogleCloudMlV1Scheduling.fromJson(core.Map json_)
  : this(
      maxRunningTime: json_['maxRunningTime'] as core.String?,
      maxWaitTime: json_['maxWaitTime'] as core.String?,
      priority: json_['priority'] as core.int?,
    );