| 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.AutoMLDataSource
Description
Documentation
data AutoMLDataSource Source #
The data source for the Autopilot job.
See: newAutoMLDataSource smart constructor.
Constructors
| AutoMLDataSource' | |
Fields
| |
Instances
Create a value of AutoMLDataSource 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:s3DataSource:AutoMLDataSource', autoMLDataSource_s3DataSource - The Amazon S3 location of the input data.
autoMLDataSource_s3DataSource :: Lens' AutoMLDataSource AutoMLS3DataSource Source #
The Amazon S3 location of the input data.