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
|`max_concurrent_trials`| integer | Represents the maximum number of trials (children jobs) that would be executed in parallel. ||`1`|
60
-
|`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`|
60
+
|`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`|
61
61
|`timeout_minutes `| integer | Represents the maximum amount of time in minutes that the submitted AutoML job can take to run . After this, the job will get terminated. The default timeout in AutoML NLP jobs are 7 days. ||`10080`|
62
-
|`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. |||
62
+
|`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. |||
63
63
|`max_nodes`| integer | The maximum number of nodes from the backing compute cluster to leverage for the job.||`1`|
0 commit comments