ExperimentResultsData
A structure that contains experiment results for one metric that is monitored in the experiment.
Contents
- metricName
-
The name of the metric.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
^[\S]+$
Required: No
- resultStat
-
The experiment statistic that these results pertain to.
Type: String
Valid Values:
Mean | TreatmentEffect | ConfidenceIntervalUpperBound | ConfidenceIntervalLowerBound | PValue
Required: No
- treatmentName
-
The treatment, or variation, that returned the
values
in this structure.Type: String
Length Constraints: Minimum length of 1. Maximum length of 127.
Pattern:
^[-a-zA-Z0-9._]*$
Required: No
- values
-
The values for the
metricName
that were recorded in the experiment.Type: Array of doubles
Array Members: Minimum number of 0 items. Maximum number of 100800 items.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: