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 |
Documentation
data AutoMLDataSource Source #
The data source for the Autopilot job.
See: newAutoMLDataSource
smart constructor.
AutoMLDataSource' | |
|
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.
The input data must be in CSV format and contain at least 500 rows.
autoMLDataSource_s3DataSource :: Lens' AutoMLDataSource AutoMLS3DataSource Source #
The Amazon S3 location of the input data.
The input data must be in CSV format and contain at least 500 rows.