| 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.Rekognition.Types.OutputConfig
Description
Synopsis
Documentation
data OutputConfig Source #
The S3 bucket and folder location where training output is placed.
See: newOutputConfig smart constructor.
Constructors
| OutputConfig' | |
Instances
newOutputConfig :: OutputConfig Source #
Create a value of OutputConfig 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:s3Bucket:OutputConfig', outputConfig_s3Bucket - The S3 bucket where training output is placed.
$sel:s3KeyPrefix:OutputConfig', outputConfig_s3KeyPrefix - The prefix applied to the training output files.
outputConfig_s3Bucket :: Lens' OutputConfig (Maybe Text) Source #
The S3 bucket where training output is placed.
outputConfig_s3KeyPrefix :: Lens' OutputConfig (Maybe Text) Source #
The prefix applied to the training output files.