Builder
Properties
The configuration for generating a candidate for an AutoML job (optional).
How long an AutoML job is allowed to run, or how many candidates a job is allowed to generate.
The configuration for splitting the input training dataset.
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.
The security configuration for traffic encryption or Amazon VPC settings.
Functions
construct an aws.sdk.kotlin.services.sagemaker.model.AutoMlCandidateGenerationConfig inside the given block
construct an aws.sdk.kotlin.services.sagemaker.model.AutoMlJobCompletionCriteria inside the given block
construct an aws.sdk.kotlin.services.sagemaker.model.AutoMlDataSplitConfig inside the given block
construct an aws.sdk.kotlin.services.sagemaker.model.AutoMlSecurityConfig inside the given block