public static interface ExperimentResultsData.Builder extends SdkPojo, CopyableBuilder<ExperimentResultsData.Builder,ExperimentResultsData>
| Modifier and Type | Method and Description |
|---|---|
ExperimentResultsData.Builder |
metricName(String metricName)
The name of the metric.
|
ExperimentResultsData.Builder |
resultStat(ExperimentResultResponseType resultStat)
The experiment statistic that these results pertain to.
|
ExperimentResultsData.Builder |
resultStat(String resultStat)
The experiment statistic that these results pertain to.
|
ExperimentResultsData.Builder |
treatmentName(String treatmentName)
The treatment, or variation, that returned the
values in this structure. |
ExperimentResultsData.Builder |
values(Collection<Double> values)
The values for the
metricName that were recorded in the experiment. |
ExperimentResultsData.Builder |
values(Double... values)
The values for the
metricName that were recorded in the experiment. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExperimentResultsData.Builder metricName(String metricName)
The name of the metric.
metricName - The name of the metric.ExperimentResultsData.Builder resultStat(String resultStat)
The experiment statistic that these results pertain to.
resultStat - The experiment statistic that these results pertain to.ExperimentResultResponseType,
ExperimentResultResponseTypeExperimentResultsData.Builder resultStat(ExperimentResultResponseType resultStat)
The experiment statistic that these results pertain to.
resultStat - The experiment statistic that these results pertain to.ExperimentResultResponseType,
ExperimentResultResponseTypeExperimentResultsData.Builder treatmentName(String treatmentName)
The treatment, or variation, that returned the values in this structure.
treatmentName - The treatment, or variation, that returned the values in this structure.ExperimentResultsData.Builder values(Collection<Double> values)
The values for the metricName that were recorded in the experiment.
values - The values for the metricName that were recorded in the experiment.ExperimentResultsData.Builder values(Double... values)
The values for the metricName that were recorded in the experiment.
values - The values for the metricName that were recorded in the experiment.Copyright © 2022. All rights reserved.