| 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.ProcessingOutputConfig
Description
Synopsis
- data ProcessingOutputConfig = ProcessingOutputConfig' {
- kmsKeyId :: Maybe Text
 - outputs :: [ProcessingOutput]
 
 - newProcessingOutputConfig :: ProcessingOutputConfig
 - processingOutputConfig_kmsKeyId :: Lens' ProcessingOutputConfig (Maybe Text)
 - processingOutputConfig_outputs :: Lens' ProcessingOutputConfig [ProcessingOutput]
 
Documentation
data ProcessingOutputConfig Source #
Configuration for uploading output from the processing container.
See: newProcessingOutputConfig smart constructor.
Constructors
| ProcessingOutputConfig' | |
Fields 
  | |
Instances
newProcessingOutputConfig :: ProcessingOutputConfig Source #
Create a value of ProcessingOutputConfig 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:kmsKeyId:ProcessingOutputConfig', processingOutputConfig_kmsKeyId - The Amazon Web Services Key Management Service (Amazon Web Services KMS)
 key that Amazon SageMaker uses to encrypt the processing job output.
 KmsKeyId can be an ID of a KMS key, ARN of a KMS key, alias of a KMS
 key, or alias of a KMS key. The KmsKeyId is applied to all outputs.
$sel:outputs:ProcessingOutputConfig', processingOutputConfig_outputs - An array of outputs configuring the data to upload from the processing
 container.
processingOutputConfig_kmsKeyId :: Lens' ProcessingOutputConfig (Maybe Text) Source #
The Amazon Web Services Key Management Service (Amazon Web Services KMS)
 key that Amazon SageMaker uses to encrypt the processing job output.
 KmsKeyId can be an ID of a KMS key, ARN of a KMS key, alias of a KMS
 key, or alias of a KMS key. The KmsKeyId is applied to all outputs.
processingOutputConfig_outputs :: Lens' ProcessingOutputConfig [ProcessingOutput] Source #
An array of outputs configuring the data to upload from the processing container.