/AWS1/CL_CUSTRAININGMETRICS¶
Contains metrics and performance indicators from the training of a recommender model.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_time TYPE /AWS1/CUSTIMESTAMP /AWS1/CUSTIMESTAMP¶
The timestamp when these training metrics were recorded.
it_metrics TYPE /AWS1/CL_CUSMETRICS_W=>TT_METRICS TT_METRICS¶
A collection of performance metrics and statistics from the training process.
Queryable Attributes¶
Time¶
The timestamp when these training metrics were recorded.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIME() |
Getter for TIME, with configurable default |
ASK_TIME() |
Getter for TIME w/ exceptions if field has no value |
HAS_TIME() |
Determine if TIME has a value |
Metrics¶
A collection of performance metrics and statistics from the training process.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METRICS() |
Getter for METRICS, with configurable default |
ASK_METRICS() |
Getter for METRICS w/ exceptions if field has no value |
HAS_METRICS() |
Determine if METRICS 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_TRAININGMETRICSLIST¶
TYPES TT_TRAININGMETRICSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CUSTRAININGMETRICS WITH DEFAULT KEY
.