google_api_machine_learning v0.18.1 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
. If not specified, this field defaults to604800s
(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 thegcloud
tool, you can provide this field in aconfig.yaml
file. For example: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
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.