/AWS1/CL_SGMPROCINGOUTPUTCFG¶
Configuration for uploading output from the processing container.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_outputs TYPE /AWS1/CL_SGMPROCESSINGOUTPUT=>TT_PROCESSINGOUTPUTS TT_PROCESSINGOUTPUTS¶
An array of outputs configuring the data to upload from the processing container.
Optional arguments:¶
iv_kmskeyid TYPE /AWS1/SGMKMSKEYID /AWS1/SGMKMSKEYID¶
The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the processing job output.
KmsKeyIdcan be an ID of a KMS key, ARN of a KMS key, or alias of a KMS key. TheKmsKeyIdis applied to all outputs.
Queryable Attributes¶
Outputs¶
An array of outputs configuring the data to upload from the processing container.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPUTS() |
Getter for OUTPUTS, with configurable default |
ASK_OUTPUTS() |
Getter for OUTPUTS w/ exceptions if field has no value |
HAS_OUTPUTS() |
Determine if OUTPUTS has a value |
KmsKeyId¶
The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the processing job output.
KmsKeyIdcan be an ID of a KMS key, ARN of a KMS key, or alias of a KMS key. TheKmsKeyIdis applied to all outputs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KMSKEYID() |
Getter for KMSKEYID, with configurable default |
ASK_KMSKEYID() |
Getter for KMSKEYID w/ exceptions if field has no value |
HAS_KMSKEYID() |
Determine if KMSKEYID has a value |