| 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.AutoMLS3DataSource
Description
Synopsis
Documentation
data AutoMLS3DataSource Source #
The Amazon S3 data source.
See: newAutoMLS3DataSource smart constructor.
Constructors
| AutoMLS3DataSource' | |
Fields
| |
Instances
newAutoMLS3DataSource Source #
Arguments
| :: AutoMLS3DataType | |
| -> Text | |
| -> AutoMLS3DataSource |
Create a value of AutoMLS3DataSource 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:s3DataType:AutoMLS3DataSource', autoMLS3DataSource_s3DataType - The data type.
$sel:s3Uri:AutoMLS3DataSource', autoMLS3DataSource_s3Uri - The URL to the Amazon S3 data source.
autoMLS3DataSource_s3DataType :: Lens' AutoMLS3DataSource AutoMLS3DataType Source #
The data type.
autoMLS3DataSource_s3Uri :: Lens' AutoMLS3DataSource Text Source #
The URL to the Amazon S3 data source.