| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevidently.model |
| Modifier and Type | Method and Description |
|---|---|
ExperimentResultsData |
ExperimentResultsData.clone() |
ExperimentResultsData |
ExperimentResultsData.withMetricName(String metricName)
The name of the metric.
|
ExperimentResultsData |
ExperimentResultsData.withResultStat(ExperimentResultResponseType resultStat)
The experiment statistic that these results pertain to.
|
ExperimentResultsData |
ExperimentResultsData.withResultStat(String resultStat)
The experiment statistic that these results pertain to.
|
ExperimentResultsData |
ExperimentResultsData.withTreatmentName(String treatmentName)
The treatment, or variation, that returned the
values in this structure. |
ExperimentResultsData |
ExperimentResultsData.withValues(Collection<Double> values)
The values for the
metricName that were recorded in the experiment. |
ExperimentResultsData |
ExperimentResultsData.withValues(Double... values)
The values for the
metricName that were recorded in the experiment. |
| Modifier and Type | Method and Description |
|---|---|
List<ExperimentResultsData> |
GetExperimentResultsResult.getResultsData()
An array of structures that include experiment results including metric names and values.
|
| Modifier and Type | Method and Description |
|---|---|
GetExperimentResultsResult |
GetExperimentResultsResult.withResultsData(ExperimentResultsData... resultsData)
An array of structures that include experiment results including metric names and values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetExperimentResultsResult.setResultsData(Collection<ExperimentResultsData> resultsData)
An array of structures that include experiment results including metric names and values.
|
GetExperimentResultsResult |
GetExperimentResultsResult.withResultsData(Collection<ExperimentResultsData> resultsData)
An array of structures that include experiment results including metric names and values.
|
Copyright © 2024. All rights reserved.