/AWS1/CL_APCEXPERIMENTRUNRSLT¶
The result of an experiment run, including the executive summary and launch decision rationale.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_executivesummary TYPE /AWS1/APCDESCRIPTION /AWS1/APCDESCRIPTION¶
A summary of the experiment outcome and key findings.
iv_reasonstolaunch TYPE /AWS1/APCDESCRIPTION /AWS1/APCDESCRIPTION¶
Evidence in favor of launching the winning treatment.
iv_reasonsnottolaunch TYPE /AWS1/APCDESCRIPTION /AWS1/APCDESCRIPTION¶
Evidence against launching the treatment.
Queryable Attributes¶
ExecutiveSummary¶
A summary of the experiment outcome and key findings.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXECUTIVESUMMARY() |
Getter for EXECUTIVESUMMARY, with configurable default |
ASK_EXECUTIVESUMMARY() |
Getter for EXECUTIVESUMMARY w/ exceptions if field has no va |
HAS_EXECUTIVESUMMARY() |
Determine if EXECUTIVESUMMARY has a value |
ReasonsToLaunch¶
Evidence in favor of launching the winning treatment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REASONSTOLAUNCH() |
Getter for REASONSTOLAUNCH, with configurable default |
ASK_REASONSTOLAUNCH() |
Getter for REASONSTOLAUNCH w/ exceptions if field has no val |
HAS_REASONSTOLAUNCH() |
Determine if REASONSTOLAUNCH has a value |
ReasonsNotToLaunch¶
Evidence against launching the treatment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REASONSNOTTOLAUNCH() |
Getter for REASONSNOTTOLAUNCH, with configurable default |
ASK_REASONSNOTTOLAUNCH() |
Getter for REASONSNOTTOLAUNCH w/ exceptions if field has no |
HAS_REASONSNOTTOLAUNCH() |
Determine if REASONSNOTTOLAUNCH has a value |