/AWS1/CL_FDTEVALUATEDMODELVRS¶
The model version evaluated for generating prediction.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_modelid TYPE /AWS1/FDTSTRING /AWS1/FDTSTRING¶
The model ID.
iv_modelversion TYPE /AWS1/FDTSTRING /AWS1/FDTSTRING¶
The model version.
iv_modeltype TYPE /AWS1/FDTSTRING /AWS1/FDTSTRING¶
The model type.
Valid values:
ONLINE_FRAUD_INSIGHTS|TRANSACTION_FRAUD_INSIGHTS
it_evaluations TYPE /AWS1/CL_FDTMODELVERSIONEVAL=>TT_LISTOFMODELVERSIONEVALS TT_LISTOFMODELVERSIONEVALS¶
Evaluations generated for the model version.
Queryable Attributes¶
modelId¶
The model ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELID() |
Getter for MODELID, with configurable default |
ASK_MODELID() |
Getter for MODELID w/ exceptions if field has no value |
HAS_MODELID() |
Determine if MODELID has a value |
modelVersion¶
The model version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELVERSION() |
Getter for MODELVERSION, with configurable default |
ASK_MODELVERSION() |
Getter for MODELVERSION w/ exceptions if field has no value |
HAS_MODELVERSION() |
Determine if MODELVERSION has a value |
modelType¶
The model type.
Valid values:
ONLINE_FRAUD_INSIGHTS|TRANSACTION_FRAUD_INSIGHTS
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELTYPE() |
Getter for MODELTYPE, with configurable default |
ASK_MODELTYPE() |
Getter for MODELTYPE w/ exceptions if field has no value |
HAS_MODELTYPE() |
Determine if MODELTYPE has a value |
evaluations¶
Evaluations generated for the model version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVALUATIONS() |
Getter for EVALUATIONS, with configurable default |
ASK_EVALUATIONS() |
Getter for EVALUATIONS w/ exceptions if field has no value |
HAS_EVALUATIONS() |
Determine if EVALUATIONS has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_LISTOFEVALUATEDMODELVRSS¶
TYPES TT_LISTOFEVALUATEDMODELVRSS TYPE STANDARD TABLE OF REF TO /AWS1/CL_FDTEVALUATEDMODELVRS WITH DEFAULT KEY
.