| 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.ProcessingS3Output
Description
Synopsis
- data ProcessingS3Output = ProcessingS3Output' {}
- newProcessingS3Output :: Text -> Text -> ProcessingS3UploadMode -> ProcessingS3Output
- processingS3Output_s3Uri :: Lens' ProcessingS3Output Text
- processingS3Output_localPath :: Lens' ProcessingS3Output Text
- processingS3Output_s3UploadMode :: Lens' ProcessingS3Output ProcessingS3UploadMode
Documentation
data ProcessingS3Output Source #
Configuration for uploading output data to Amazon S3 from the processing container.
See: newProcessingS3Output smart constructor.
Constructors
| ProcessingS3Output' | |
Fields
| |
Instances
newProcessingS3Output Source #
Arguments
| :: Text | |
| -> Text | |
| -> ProcessingS3UploadMode | |
| -> ProcessingS3Output |
Create a value of ProcessingS3Output 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:s3Uri:ProcessingS3Output', processingS3Output_s3Uri - A URI that identifies the Amazon S3 bucket where you want Amazon
SageMaker to save the results of a processing job.
$sel:localPath:ProcessingS3Output', processingS3Output_localPath - The local path of a directory where you want Amazon SageMaker to upload
its contents to Amazon S3. LocalPath is an absolute path to a
directory containing output files. This directory will be created by the
platform and exist when your container's entrypoint is invoked.
$sel:s3UploadMode:ProcessingS3Output', processingS3Output_s3UploadMode - Whether to upload the results of the processing job continuously or
after the job completes.
processingS3Output_s3Uri :: Lens' ProcessingS3Output Text Source #
A URI that identifies the Amazon S3 bucket where you want Amazon SageMaker to save the results of a processing job.
processingS3Output_localPath :: Lens' ProcessingS3Output Text Source #
The local path of a directory where you want Amazon SageMaker to upload
its contents to Amazon S3. LocalPath is an absolute path to a
directory containing output files. This directory will be created by the
platform and exist when your container's entrypoint is invoked.
processingS3Output_s3UploadMode :: Lens' ProcessingS3Output ProcessingS3UploadMode Source #
Whether to upload the results of the processing job continuously or after the job completes.