/AWS1/CL_SGMAUTOMLJOBCONFIG¶
A collection of settings used for an AutoML job.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_completioncriteria TYPE REF TO /AWS1/CL_SGMAUTOMLJOBCOMPLET00 /AWS1/CL_SGMAUTOMLJOBCOMPLET00¶
How long an AutoML job is allowed to run, or how many candidates a job is allowed to generate.
io_securityconfig TYPE REF TO /AWS1/CL_SGMAUTOMLSECCONFIG /AWS1/CL_SGMAUTOMLSECCONFIG¶
The security configuration for traffic encryption or Amazon VPC settings.
io_candidategenerationconfig TYPE REF TO /AWS1/CL_SGMAUTOMLCANDIDATEG00 /AWS1/CL_SGMAUTOMLCANDIDATEG00¶
The configuration for generating a candidate for an AutoML job (optional).
io_datasplitconfig TYPE REF TO /AWS1/CL_SGMAUTOMLDATASPLITCFG /AWS1/CL_SGMAUTOMLDATASPLITCFG¶
The configuration for splitting the input training dataset.
Type: AutoMLDataSplitConfig
iv_mode TYPE /AWS1/SGMAUTOMLMODE /AWS1/SGMAUTOMLMODE¶
The method that Autopilot uses to train the data. You can either specify the mode manually or let Autopilot choose for you based on the dataset size by selecting
AUTO. InAUTOmode, Autopilot choosesENSEMBLINGfor datasets smaller than 100 MB, andHYPERPARAMETER_TUNINGfor larger ones.The
ENSEMBLINGmode uses a multi-stack ensemble model to predict classification and regression tasks directly from your dataset. This machine learning mode combines several base models to produce an optimal predictive model. It then uses a stacking ensemble method to combine predictions from contributing members. A multi-stack ensemble model can provide better performance over a single model by combining the predictive capabilities of multiple models. See Autopilot algorithm support for a list of algorithms supported byENSEMBLINGmode.The
HYPERPARAMETER_TUNING(HPO) mode uses the best hyperparameters to train the best version of a model. HPO automatically selects an algorithm for the type of problem you want to solve. Then HPO finds the best hyperparameters according to your objective metric. See Autopilot algorithm support for a list of algorithms supported byHYPERPARAMETER_TUNINGmode.
Queryable Attributes¶
CompletionCriteria¶
How long an AutoML job is allowed to run, or how many candidates a job is allowed to generate.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPLETIONCRITERIA() |
Getter for COMPLETIONCRITERIA |
SecurityConfig¶
The security configuration for traffic encryption or Amazon VPC settings.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SECURITYCONFIG() |
Getter for SECURITYCONFIG |
CandidateGenerationConfig¶
The configuration for generating a candidate for an AutoML job (optional).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CANDIDATEGENERATIONCFG() |
Getter for CANDIDATEGENERATIONCONFIG |
DataSplitConfig¶
The configuration for splitting the input training dataset.
Type: AutoMLDataSplitConfig
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASPLITCONFIG() |
Getter for DATASPLITCONFIG |
Mode¶
The method that Autopilot uses to train the data. You can either specify the mode manually or let Autopilot choose for you based on the dataset size by selecting
AUTO. InAUTOmode, Autopilot choosesENSEMBLINGfor datasets smaller than 100 MB, andHYPERPARAMETER_TUNINGfor larger ones.The
ENSEMBLINGmode uses a multi-stack ensemble model to predict classification and regression tasks directly from your dataset. This machine learning mode combines several base models to produce an optimal predictive model. It then uses a stacking ensemble method to combine predictions from contributing members. A multi-stack ensemble model can provide better performance over a single model by combining the predictive capabilities of multiple models. See Autopilot algorithm support for a list of algorithms supported byENSEMBLINGmode.The
HYPERPARAMETER_TUNING(HPO) mode uses the best hyperparameters to train the best version of a model. HPO automatically selects an algorithm for the type of problem you want to solve. Then HPO finds the best hyperparameters according to your objective metric. See Autopilot algorithm support for a list of algorithms supported byHYPERPARAMETER_TUNINGmode.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODE() |
Getter for MODE, with configurable default |
ASK_MODE() |
Getter for MODE w/ exceptions if field has no value |
HAS_MODE() |
Determine if MODE has a value |