/AWS1/CL_FDTMODELOUTPUTCONF¶
Provides the Amazon Sagemaker model output configuration.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_format TYPE /AWS1/FDTMODELOUTPUTDATAFORMAT /AWS1/FDTMODELOUTPUTDATAFORMAT¶
The format of the model output configuration.
Optional arguments:¶
it_jsonkeytovariablemap TYPE /AWS1/CL_FDTJSONKEYTOVARIABL00=>TT_JSONKEYTOVARIABLEMAP TT_JSONKEYTOVARIABLEMAP¶
A map of JSON keys in response from SageMaker to the Amazon Fraud Detector variables.
it_csvindextovariablemap TYPE /AWS1/CL_FDTCSVIDXTOVARIABLE00=>TT_CSVINDEXTOVARIABLEMAP TT_CSVINDEXTOVARIABLEMAP¶
A map of CSV index values in the SageMaker response to the Amazon Fraud Detector variables.
Queryable Attributes¶
format¶
The format of the model output configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FORMAT() |
Getter for FORMAT, with configurable default |
ASK_FORMAT() |
Getter for FORMAT w/ exceptions if field has no value |
HAS_FORMAT() |
Determine if FORMAT has a value |
jsonKeyToVariableMap¶
A map of JSON keys in response from SageMaker to the Amazon Fraud Detector variables.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JSONKEYTOVARIABLEMAP() |
Getter for JSONKEYTOVARIABLEMAP, with configurable default |
ASK_JSONKEYTOVARIABLEMAP() |
Getter for JSONKEYTOVARIABLEMAP w/ exceptions if field has n |
HAS_JSONKEYTOVARIABLEMAP() |
Determine if JSONKEYTOVARIABLEMAP has a value |
csvIndexToVariableMap¶
A map of CSV index values in the SageMaker response to the Amazon Fraud Detector variables.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CSVINDEXTOVARIABLEMAP() |
Getter for CSVINDEXTOVARIABLEMAP, with configurable default |
ASK_CSVINDEXTOVARIABLEMAP() |
Getter for CSVINDEXTOVARIABLEMAP w/ exceptions if field has |
HAS_CSVINDEXTOVARIABLEMAP() |
Determine if CSVINDEXTOVARIABLEMAP has a value |