| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevidently.model |
| Modifier and Type | Method and Description |
|---|---|
ExperimentReport |
ExperimentReport.clone() |
ExperimentReport |
ExperimentReport.withContent(String content)
The content of the report.
|
ExperimentReport |
ExperimentReport.withMetricName(String metricName)
The name of the metric that is analyzed in this experiment report.
|
ExperimentReport |
ExperimentReport.withReportName(ExperimentReportName reportName)
The type of analysis used for this report.
|
ExperimentReport |
ExperimentReport.withReportName(String reportName)
The type of analysis used for this report.
|
ExperimentReport |
ExperimentReport.withTreatmentName(String treatmentName)
The name of the variation that this report pertains to.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExperimentReport> |
GetExperimentResultsResult.getReports()
An array of structures that include the reports that you requested.
|
| Modifier and Type | Method and Description |
|---|---|
GetExperimentResultsResult |
GetExperimentResultsResult.withReports(ExperimentReport... reports)
An array of structures that include the reports that you requested.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetExperimentResultsResult.setReports(Collection<ExperimentReport> reports)
An array of structures that include the reports that you requested.
|
GetExperimentResultsResult |
GetExperimentResultsResult.withReports(Collection<ExperimentReport> reports)
An array of structures that include the reports that you requested.
|
Copyright © 2024. All rights reserved.