Skip to content

Commit 75e9db5

Browse files
Update reference-automl-nlp-cli-text-classification.md
1 parent a47bdf2 commit 75e9db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/reference-automl-nlp-cli-text-classification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Other syntax used in configurations:
6161
| --- | ---- | ----------- | -------------- | ------------- |
6262
| `max_concurrent_trials` | integer | Represents the maximum number of trials (children jobs) that would be executed in parallel. | | `1` |
6363
| `max_trials` | integer | Represents the maximum number of trials an AutoML nlp job can try to run a training algorithm with different combination of hyperparameters. | | `1` |
64-
| `timeout_minutes ` | integer | Represents the maximum amount of time in minutes that the submitted AutoML NLP job can take to run . After this, the job will get terminated. The default timeout in AutoML NLP jobs are 7 days. | | `10080`|
64+
| `timeout_minutes ` | integer | Represents the maximum amount of time in minutes that the submitted AutoML NLP job can take to run . After this, the job will get terminated. The default timeout in AutoML NLP jobs is 7 days. | | `10080`|
6565
| `trial_timeout_minutes ` | integer | Represents the maximum amount of time in minutes that each trial (child job) in the submitted AutoML job can take run. After this, the child job will get terminated. | | |
6666
|`max_nodes`| integer | The maximum number of nodes from the backing compute cluster to leverage for the job.| | `1` |
6767

0 commit comments

Comments
 (0)