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