google_api_machine_learning v0.13.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 bys
. By default there is no limit to the running time.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 aconfig.yaml
file. For example:trainingInput: ... scheduling: maxRunningTime: 7200s ...
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_Scheduling{ maxRunningTime: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.