Skip to content

Commit 33bba19

Browse files
authored
Merge pull request #96031 from konabuta/patch-6
default values & minutes to seconds
2 parents 21435e2 + 802ac1d commit 33bba19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/reference-yaml-job-sweep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ The source JSON schema can be found at https://azuremlschemas.azureedge.net/late
164164
| --- | ---- | ----------- | ------------- |
165165
| `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` |
166166
| `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` |
168168
| `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. | |
169169

170170
### Attributes of the `trial` key

0 commit comments

Comments
 (0)