/AWS1/CL_SGMMODELLATENCYTHRESH¶
The model latency threshold.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_percentile TYPE /AWS1/SGMSTRING64 /AWS1/SGMSTRING64¶
The model latency percentile threshold. Acceptable values are
P95andP99. For custom load tests, specify the value asP95.
iv_valueinmilliseconds TYPE /AWS1/SGMINTEGER /AWS1/SGMINTEGER¶
The model latency percentile value in milliseconds.
Queryable Attributes¶
Percentile¶
The model latency percentile threshold. Acceptable values are
P95andP99. For custom load tests, specify the value asP95.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PERCENTILE() |
Getter for PERCENTILE, with configurable default |
ASK_PERCENTILE() |
Getter for PERCENTILE w/ exceptions if field has no value |
HAS_PERCENTILE() |
Determine if PERCENTILE has a value |
ValueInMilliseconds¶
The model latency percentile value in milliseconds.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUEINMILLISECONDS() |
Getter for VALUEINMILLISECONDS, with configurable default |
ASK_VALUEINMILLISECONDS() |
Getter for VALUEINMILLISECONDS w/ exceptions if field has no |
HAS_VALUEINMILLISECONDS() |
Determine if VALUEINMILLISECONDS 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_MODELLATENCYTHRESHOLDS¶
TYPES TT_MODELLATENCYTHRESHOLDS TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMMODELLATENCYTHRESH WITH DEFAULT KEY
.