/AWS1/CL_EVYEXPERIMENTRSSDATA¶
A structure that contains experiment results for one metric that is monitored in the experiment.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_metricname TYPE /AWS1/EVYCWDIMENSIONSAFENAME /AWS1/EVYCWDIMENSIONSAFENAME¶
The name of the metric.
iv_treatmentname TYPE /AWS1/EVYTREATMENTNAME /AWS1/EVYTREATMENTNAME¶
The treatment, or variation, that returned the
valuesin this structure.
iv_resultstat TYPE /AWS1/EVYEXPERIMENTRSLTRSPTYPE /AWS1/EVYEXPERIMENTRSLTRSPTYPE¶
The experiment statistic that these results pertain to.
it_values TYPE /AWS1/CL_EVYDOUBLEVALUELIST_W=>TT_DOUBLEVALUELIST TT_DOUBLEVALUELIST¶
The values for the
metricNamethat were recorded in the experiment.
Queryable Attributes¶
metricName¶
The name of the metric.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METRICNAME() |
Getter for METRICNAME, with configurable default |
ASK_METRICNAME() |
Getter for METRICNAME w/ exceptions if field has no value |
HAS_METRICNAME() |
Determine if METRICNAME has a value |
treatmentName¶
The treatment, or variation, that returned the
valuesin this structure.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TREATMENTNAME() |
Getter for TREATMENTNAME, with configurable default |
ASK_TREATMENTNAME() |
Getter for TREATMENTNAME w/ exceptions if field has no value |
HAS_TREATMENTNAME() |
Determine if TREATMENTNAME has a value |
resultStat¶
The experiment statistic that these results pertain to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESULTSTAT() |
Getter for RESULTSTAT, with configurable default |
ASK_RESULTSTAT() |
Getter for RESULTSTAT w/ exceptions if field has no value |
HAS_RESULTSTAT() |
Determine if RESULTSTAT has a value |
values¶
The values for the
metricNamethat were recorded in the experiment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUES() |
Getter for VALUES, with configurable default |
ASK_VALUES() |
Getter for VALUES w/ exceptions if field has no value |
HAS_VALUES() |
Determine if VALUES 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_EXPERIMENTRESULTSDATALIST¶
TYPES TT_EXPERIMENTRESULTSDATALIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EVYEXPERIMENTRSSDATA WITH DEFAULT KEY
.