/AWS1/CL_FDTMODELVERSIONDETAIL¶
The details of the model version.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_modelid TYPE /AWS1/FDTMODELIDENTIFIER /AWS1/FDTMODELIDENTIFIER¶
The model ID.
iv_modeltype TYPE /AWS1/FDTMODELTYPEENUM /AWS1/FDTMODELTYPEENUM¶
The model type.
iv_modelversionnumber TYPE /AWS1/FDTFLOATVERSIONSTRING /AWS1/FDTFLOATVERSIONSTRING¶
The model version number.
iv_status TYPE /AWS1/FDTSTRING /AWS1/FDTSTRING¶
The status of the model version.
iv_trainingdatasource TYPE /AWS1/FDTTRNDATASOURCEENUM /AWS1/FDTTRNDATASOURCEENUM¶
The model version training data source.
io_trainingdataschema TYPE REF TO /AWS1/CL_FDTTRAININGDATASCHEMA /AWS1/CL_FDTTRAININGDATASCHEMA¶
The training data schema.
io_externaleventsdetail TYPE REF TO /AWS1/CL_FDTEXTERNALEVENTSDET /AWS1/CL_FDTEXTERNALEVENTSDET¶
The external events data details. This will be populated if the
trainingDataSourcefor the model version is specified asEXTERNAL_EVENTS.
io_ingestedeventsdetail TYPE REF TO /AWS1/CL_FDTINGESTEDEVENTSDET /AWS1/CL_FDTINGESTEDEVENTSDET¶
The ingested events data details. This will be populated if the
trainingDataSourcefor the model version is specified asINGESTED_EVENTS.
io_trainingresult TYPE REF TO /AWS1/CL_FDTTRAININGRESULT /AWS1/CL_FDTTRAININGRESULT¶
The training results.
iv_lastupdatedtime TYPE /AWS1/FDTTIME /AWS1/FDTTIME¶
The timestamp when the model was last updated.
iv_createdtime TYPE /AWS1/FDTTIME /AWS1/FDTTIME¶
The timestamp when the model was created.
iv_arn TYPE /AWS1/FDTFRAUDDETECTORARN /AWS1/FDTFRAUDDETECTORARN¶
The model version ARN.
io_trainingresultv2 TYPE REF TO /AWS1/CL_FDTTRAININGRESULTV2 /AWS1/CL_FDTTRAININGRESULTV2¶
The training result details. The details include the relative importance of the variables.
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 |
modelType¶
The model type.
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 |
modelVersionNumber¶
The model version number.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELVERSIONNUMBER() |
Getter for MODELVERSIONNUMBER, with configurable default |
ASK_MODELVERSIONNUMBER() |
Getter for MODELVERSIONNUMBER w/ exceptions if field has no |
HAS_MODELVERSIONNUMBER() |
Determine if MODELVERSIONNUMBER has a value |
status¶
The status of the model version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
trainingDataSource¶
The model version training data source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRAININGDATASOURCE() |
Getter for TRAININGDATASOURCE, with configurable default |
ASK_TRAININGDATASOURCE() |
Getter for TRAININGDATASOURCE w/ exceptions if field has no |
HAS_TRAININGDATASOURCE() |
Determine if TRAININGDATASOURCE has a value |
trainingDataSchema¶
The training data schema.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRAININGDATASCHEMA() |
Getter for TRAININGDATASCHEMA |
externalEventsDetail¶
The external events data details. This will be populated if the
trainingDataSourcefor the model version is specified asEXTERNAL_EVENTS.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXTERNALEVENTSDETAIL() |
Getter for EXTERNALEVENTSDETAIL |
ingestedEventsDetail¶
The ingested events data details. This will be populated if the
trainingDataSourcefor the model version is specified asINGESTED_EVENTS.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INGESTEDEVENTSDETAIL() |
Getter for INGESTEDEVENTSDETAIL |
trainingResult¶
The training results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRAININGRESULT() |
Getter for TRAININGRESULT |
lastUpdatedTime¶
The timestamp when the model was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME, with configurable default |
ASK_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME w/ exceptions if field has no val |
HAS_LASTUPDATEDTIME() |
Determine if LASTUPDATEDTIME has a value |
createdTime¶
The timestamp when the model was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDTIME() |
Getter for CREATEDTIME, with configurable default |
ASK_CREATEDTIME() |
Getter for CREATEDTIME w/ exceptions if field has no value |
HAS_CREATEDTIME() |
Determine if CREATEDTIME has a value |
arn¶
The model version ARN.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
trainingResultV2¶
The training result details. The details include the relative importance of the variables.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRAININGRESULTV2() |
Getter for TRAININGRESULTV2 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_MODELVERSIONDETAILLIST¶
TYPES TT_MODELVERSIONDETAILLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_FDTMODELVERSIONDETAIL WITH DEFAULT KEY
.