| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SageMaker.Types.AutoMLOutputDataConfig
Description
Synopsis
- data AutoMLOutputDataConfig = AutoMLOutputDataConfig' {
- kmsKeyId :: Maybe Text
- s3OutputPath :: Text
- newAutoMLOutputDataConfig :: Text -> AutoMLOutputDataConfig
- autoMLOutputDataConfig_kmsKeyId :: Lens' AutoMLOutputDataConfig (Maybe Text)
- autoMLOutputDataConfig_s3OutputPath :: Lens' AutoMLOutputDataConfig Text
Documentation
data AutoMLOutputDataConfig Source #
The output data configuration.
See: newAutoMLOutputDataConfig smart constructor.
Constructors
| AutoMLOutputDataConfig' | |
Fields
| |
Instances
newAutoMLOutputDataConfig Source #
Create a value of AutoMLOutputDataConfig 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:kmsKeyId:AutoMLOutputDataConfig', autoMLOutputDataConfig_kmsKeyId - The Key Management Service (KMS) encryption key ID.
$sel:s3OutputPath:AutoMLOutputDataConfig', autoMLOutputDataConfig_s3OutputPath - The Amazon S3 output path. Must be 128 characters or less.
autoMLOutputDataConfig_kmsKeyId :: Lens' AutoMLOutputDataConfig (Maybe Text) Source #
The Key Management Service (KMS) encryption key ID.
autoMLOutputDataConfig_s3OutputPath :: Lens' AutoMLOutputDataConfig Text Source #
The Amazon S3 output path. Must be 128 characters or less.