/AWS1/CL_BDCEVALUATORMETRIC¶
Statistical metrics for a single evaluator comparing control and treatment variants.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_evaluatorarn TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING¶
The Amazon Resource Name (ARN) of the evaluator.
io_controlstats TYPE REF TO /AWS1/CL_BDCCONTROLSTATS /AWS1/CL_BDCCONTROLSTATS¶
The statistics for the control variant.
it_variantresults TYPE /AWS1/CL_BDCVARIANTRESULT=>TT_VARIANTRESULTLIST TT_VARIANTRESULTLIST¶
The results for each treatment variant compared against the control.
Queryable Attributes¶
evaluatorArn¶
The Amazon Resource Name (ARN) of the evaluator.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVALUATORARN() |
Getter for EVALUATORARN, with configurable default |
ASK_EVALUATORARN() |
Getter for EVALUATORARN w/ exceptions if field has no value |
HAS_EVALUATORARN() |
Determine if EVALUATORARN has a value |
controlStats¶
The statistics for the control variant.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTROLSTATS() |
Getter for CONTROLSTATS |
variantResults¶
The results for each treatment variant compared against the control.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VARIANTRESULTS() |
Getter for VARIANTRESULTS, with configurable default |
ASK_VARIANTRESULTS() |
Getter for VARIANTRESULTS w/ exceptions if field has no valu |
HAS_VARIANTRESULTS() |
Determine if VARIANTRESULTS 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_EVALUATORMETRICLIST¶
TYPES TT_EVALUATORMETRICLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDCEVALUATORMETRIC WITH DEFAULT KEY
.