/AWS1/CL_SGMINFERENCEEXPERIM01¶
The Amazon S3 location and configuration for storing inference request and response data.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_destination TYPE /AWS1/SGMDESTINATIONS3URI /AWS1/SGMDESTINATIONS3URI¶
The Amazon S3 bucket where the inference request and response data is stored.
Optional arguments:¶
iv_kmskey TYPE /AWS1/SGMKMSKEYID /AWS1/SGMKMSKEYID¶
The Amazon Web Services Key Management Service key that Amazon SageMaker uses to encrypt captured data at rest using Amazon S3 server-side encryption.
io_contenttype TYPE REF TO /AWS1/CL_SGMCAPTURECONTTYPEH00 /AWS1/CL_SGMCAPTURECONTTYPEH00¶
Configuration specifying how to treat different headers. If no headers are specified Amazon SageMaker AI will by default base64 encode when capturing the data.
Queryable Attributes¶
Destination¶
The Amazon S3 bucket where the inference request and response data is stored.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESTINATION() |
Getter for DESTINATION, with configurable default |
ASK_DESTINATION() |
Getter for DESTINATION w/ exceptions if field has no value |
HAS_DESTINATION() |
Determine if DESTINATION has a value |
KmsKey¶
The Amazon Web Services Key Management Service key that Amazon SageMaker uses to encrypt captured data at rest using Amazon S3 server-side encryption.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KMSKEY() |
Getter for KMSKEY, with configurable default |
ASK_KMSKEY() |
Getter for KMSKEY w/ exceptions if field has no value |
HAS_KMSKEY() |
Determine if KMSKEY has a value |
ContentType¶
Configuration specifying how to treat different headers. If no headers are specified Amazon SageMaker AI will by default base64 encode when capturing the data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENTTYPE() |
Getter for CONTENTTYPE |