You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/reference-yaml-job-sweep.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,7 +164,7 @@ The source JSON schema can be found at https://azuremlschemas.azureedge.net/late
164
164
| --- | ---- | ----------- | ------------- |
165
165
|`max_total_trials`| integer | The maximum time in seconds the job is allowed to run. Once this limit is reached the system will cancel the job. |`1000`|
166
166
|`max_concurrent_trials`| integer || Defaults to `max_total_trials`. |
167
-
|`timeout`| integer | The maximum time in minutes the entire sweep job is allowed to run. Once this limit is reached the system will cancel the sweep job, including all its trials. |`10080`|
167
+
|`timeout`| integer | The maximum time in seconds the entire sweep job is allowed to run. Once this limit is reached the system will cancel the sweep job, including all its trials. |`100800`|
168
168
|`trial_timeout`| integer | The maximum time in seconds each trial job is allowed to run. Once this limit is reached the system will cancel the trial. ||
0 commit comments