/AWS1/CL_SGMRESOURCELIMITS¶
Specifies the maximum number of training jobs and parallel training jobs that a hyperparameter tuning job can launch.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_maxparalleltrainingjobs TYPE /AWS1/SGMMAXPARALLELTRNJOBS /AWS1/SGMMAXPARALLELTRNJOBS¶
The maximum number of concurrent training jobs that a hyperparameter tuning job can launch.
Optional arguments:¶
iv_maxnumberoftrainingjobs TYPE /AWS1/SGMMAXNUMBEROFTRNJOBS /AWS1/SGMMAXNUMBEROFTRNJOBS¶
The maximum number of training jobs that a hyperparameter tuning job can launch.
iv_maxruntimeinseconds TYPE /AWS1/SGMHYPPRMTUNMAXRUNTIME00 /AWS1/SGMHYPPRMTUNMAXRUNTIME00¶
The maximum time in seconds that a hyperparameter tuning job can run.
Queryable Attributes¶
MaxNumberOfTrainingJobs¶
The maximum number of training jobs that a hyperparameter tuning job can launch.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXNUMBEROFTRAININGJOBS() |
Getter for MAXNUMBEROFTRAININGJOBS, with configurable defaul |
ASK_MAXNUMBEROFTRAININGJOBS() |
Getter for MAXNUMBEROFTRAININGJOBS w/ exceptions if field ha |
HAS_MAXNUMBEROFTRAININGJOBS() |
Determine if MAXNUMBEROFTRAININGJOBS has a value |
MaxParallelTrainingJobs¶
The maximum number of concurrent training jobs that a hyperparameter tuning job can launch.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXPARALLELTRAININGJOBS() |
Getter for MAXPARALLELTRAININGJOBS, with configurable defaul |
ASK_MAXPARALLELTRAININGJOBS() |
Getter for MAXPARALLELTRAININGJOBS w/ exceptions if field ha |
HAS_MAXPARALLELTRAININGJOBS() |
Determine if MAXPARALLELTRAININGJOBS has a value |
MaxRuntimeInSeconds¶
The maximum time in seconds that a hyperparameter tuning job can run.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXRUNTIMEINSECONDS() |
Getter for MAXRUNTIMEINSECONDS, with configurable default |
ASK_MAXRUNTIMEINSECONDS() |
Getter for MAXRUNTIMEINSECONDS w/ exceptions if field has no |
HAS_MAXRUNTIMEINSECONDS() |
Determine if MAXRUNTIMEINSECONDS has a value |