| 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.RecommendationJobOutputConfig
Description
Synopsis
- data RecommendationJobOutputConfig = RecommendationJobOutputConfig' {}
 - newRecommendationJobOutputConfig :: RecommendationJobOutputConfig
 - recommendationJobOutputConfig_compiledOutputConfig :: Lens' RecommendationJobOutputConfig (Maybe RecommendationJobCompiledOutputConfig)
 - recommendationJobOutputConfig_kmsKeyId :: Lens' RecommendationJobOutputConfig (Maybe Text)
 
Documentation
data RecommendationJobOutputConfig Source #
Provides information about the output configuration for the compiled model.
See: newRecommendationJobOutputConfig smart constructor.
Constructors
| RecommendationJobOutputConfig' | |
Fields 
  | |
Instances
newRecommendationJobOutputConfig :: RecommendationJobOutputConfig Source #
Create a value of RecommendationJobOutputConfig 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:compiledOutputConfig:RecommendationJobOutputConfig', recommendationJobOutputConfig_compiledOutputConfig - Provides information about the output configuration for the compiled
 model.
$sel:kmsKeyId:RecommendationJobOutputConfig', recommendationJobOutputConfig_kmsKeyId - The Amazon Resource Name (ARN) of a Amazon Web Services Key Management
 Service (Amazon Web Services KMS) key that Amazon SageMaker uses to
 encrypt your output artifacts with Amazon S3 server-side encryption. The
 SageMaker execution role must have kms:GenerateDataKey permission.
The KmsKeyId can be any of the following formats:
// KMS Key ID
"1234abcd-12ab-34cd-56ef-1234567890ab"
// Amazon Resource Name (ARN) of a KMS Key
"arn:aws:kms:<region>:<account>:key/<key-id-12ab-34cd-56ef-1234567890ab>"
// KMS Key Alias
"alias/ExampleAlias"
// Amazon Resource Name (ARN) of a KMS Key Alias
"arn:aws:kms:<region>:<account>:alias/<ExampleAlias>"
For more information about key identifiers, see Key identifiers (KeyID) in the Amazon Web Services Key Management Service (Amazon Web Services KMS) documentation.
recommendationJobOutputConfig_compiledOutputConfig :: Lens' RecommendationJobOutputConfig (Maybe RecommendationJobCompiledOutputConfig) Source #
Provides information about the output configuration for the compiled model.
recommendationJobOutputConfig_kmsKeyId :: Lens' RecommendationJobOutputConfig (Maybe Text) Source #
The Amazon Resource Name (ARN) of a Amazon Web Services Key Management
 Service (Amazon Web Services KMS) key that Amazon SageMaker uses to
 encrypt your output artifacts with Amazon S3 server-side encryption. The
 SageMaker execution role must have kms:GenerateDataKey permission.
The KmsKeyId can be any of the following formats:
// KMS Key ID
"1234abcd-12ab-34cd-56ef-1234567890ab"
// Amazon Resource Name (ARN) of a KMS Key
"arn:aws:kms:<region>:<account>:key/<key-id-12ab-34cd-56ef-1234567890ab>"
// KMS Key Alias
"alias/ExampleAlias"
// Amazon Resource Name (ARN) of a KMS Key Alias
"arn:aws:kms:<region>:<account>:alias/<ExampleAlias>"
For more information about key identifiers, see Key identifiers (KeyID) in the Amazon Web Services Key Management Service (Amazon Web Services KMS) documentation.