| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.SageMaker.Types.AutoMLJobConfig
Description
Documentation
data AutoMLJobConfig Source #
A collection of settings used for an AutoML job.
See: newAutoMLJobConfig smart constructor.
Constructors
| AutoMLJobConfig' | |
Fields
| |
Instances
newAutoMLJobConfig :: AutoMLJobConfig Source #
Create a value of AutoMLJobConfig with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:securityConfig:AutoMLJobConfig', autoMLJobConfig_securityConfig - The security configuration for traffic encryption or Amazon VPC
settings.
$sel:completionCriteria:AutoMLJobConfig', autoMLJobConfig_completionCriteria - How long an AutoML job is allowed to run, or how many candidates a job
is allowed to generate.
autoMLJobConfig_securityConfig :: Lens' AutoMLJobConfig (Maybe AutoMLSecurityConfig) Source #
The security configuration for traffic encryption or Amazon VPC settings.
autoMLJobConfig_completionCriteria :: Lens' AutoMLJobConfig (Maybe AutoMLJobCompletionCriteria) Source #
How long an AutoML job is allowed to run, or how many candidates a job is allowed to generate.