google_api_machine_learning v0.19.0 GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_Scheduling View Source

All parameters related to scheduling of training jobs.

Attributes

  • maxRunningTime (type: String.t, default: nil) - Optional. The maximum job running time, expressed in seconds. The field can contain up to nine fractional digits, terminated by s. If not specified, this field defaults to 604800s (seven days). If the training job is still running after this duration, AI Platform Training cancels it. For example, if you want to ensure your job runs for no more than 2 hours, set this field to 7200s (2 hours 60 minutes / hour 60 seconds / minute). If you submit your training job using the gcloud tool, you can provide this field in a config.yaml file. For example: yaml trainingInput: ... scheduling: maxRunningTime: 7200s ...
  • maxWaitTime (type: String.t, default: nil) -

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_Scheduling{
  maxRunningTime: String.t(),
  maxWaitTime: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.