/AWS1/CL_CRLMETRICDEFINITION¶
Information about the model metric that is reported for a trained model.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/CRLMETRICNAME /AWS1/CRLMETRICNAME¶
The name of the model metric.
iv_regex TYPE /AWS1/CRLMETRICREGEX /AWS1/CRLMETRICREGEX¶
The regular expression statement that defines how the model metric is reported.
Queryable Attributes¶
name¶
The name of the model metric.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
regex¶
The regular expression statement that defines how the model metric is reported.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGEX() |
Getter for REGEX, with configurable default |
ASK_REGEX() |
Getter for REGEX w/ exceptions if field has no value |
HAS_REGEX() |
Determine if REGEX 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_METRICDEFINITIONLIST¶
TYPES TT_METRICDEFINITIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CRLMETRICDEFINITION WITH DEFAULT KEY
.