| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Evidently.Types.ExperimentResultsData
Description
Synopsis
- data ExperimentResultsData = ExperimentResultsData' {}
- newExperimentResultsData :: ExperimentResultsData
- experimentResultsData_metricName :: Lens' ExperimentResultsData (Maybe Text)
- experimentResultsData_resultStat :: Lens' ExperimentResultsData (Maybe ExperimentResultResponseType)
- experimentResultsData_treatmentName :: Lens' ExperimentResultsData (Maybe Text)
- experimentResultsData_values :: Lens' ExperimentResultsData (Maybe [Double])
Documentation
data ExperimentResultsData Source #
A structure that contains experiment results for one metric that is monitored in the experiment.
See: newExperimentResultsData smart constructor.
Constructors
| ExperimentResultsData' | |
Fields
| |
Instances
newExperimentResultsData :: ExperimentResultsData Source #
Create a value of ExperimentResultsData with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:metricName:ExperimentResultsData', experimentResultsData_metricName - The name of the metric.
$sel:resultStat:ExperimentResultsData', experimentResultsData_resultStat - The experiment statistic that these results pertain to.
$sel:treatmentName:ExperimentResultsData', experimentResultsData_treatmentName - The treatment, or variation, that returned the values in this
structure.
$sel:values:ExperimentResultsData', experimentResultsData_values - The values for the metricName that were recorded in the experiment.
experimentResultsData_metricName :: Lens' ExperimentResultsData (Maybe Text) Source #
The name of the metric.
experimentResultsData_resultStat :: Lens' ExperimentResultsData (Maybe ExperimentResultResponseType) Source #
The experiment statistic that these results pertain to.
experimentResultsData_treatmentName :: Lens' ExperimentResultsData (Maybe Text) Source #
The treatment, or variation, that returned the values in this
structure.
experimentResultsData_values :: Lens' ExperimentResultsData (Maybe [Double]) Source #
The values for the metricName that were recorded in the experiment.