GoogleCloudAiplatformV1Scheduling.fromJson constructor

GoogleCloudAiplatformV1Scheduling.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1Scheduling.fromJson(core.Map json_)
  : this(
      disableRetries: json_['disableRetries'] as core.bool?,
      maxWaitDuration: json_['maxWaitDuration'] as core.String?,
      restartJobOnWorkerRestart:
          json_['restartJobOnWorkerRestart'] as core.bool?,
      strategy: json_['strategy'] as core.String?,
      timeout: json_['timeout'] as core.String?,
    );