| 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.Braket.Types.DataSource
Description
Synopsis
Documentation
data DataSource Source #
Information about the source of the data used by the Amazon Braket job.
See: newDataSource smart constructor.
Constructors
| DataSource' | |
Fields
| |
Instances
Arguments
| :: S3DataSource | |
| -> DataSource |
Create a value of DataSource 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:DataSource', dataSource_s3DataSource - Information about the data stored in Amazon S3 used by the Amazon Braket
job.
dataSource_s3DataSource :: Lens' DataSource S3DataSource Source #
Information about the data stored in Amazon S3 used by the Amazon Braket job.