AutoMlJobConfig
class AutoMlJobConfig
A collection of settings used for an AutoML job.
Types
Properties
Link copied to clipboard
The configuration for generating a candidate for an AutoML job (optional).
Link copied to clipboard
How long an AutoML job is allowed to run, or how many candidates a job is allowed to generate.
Link copied to clipboard
The configuration for splitting the input training dataset.
Link copied to clipboard
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
. In AUTO
mode, Autopilot chooses ENSEMBLING
for datasets smaller than 100 MB, and HYPERPARAMETER_TUNING
for larger ones.
Link copied to clipboard
The security configuration for traffic encryption or Amazon VPC settings.