| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevidently |
You can use Amazon CloudWatch Evidently to safely validate new features by serving them to a specified percentage of
your users while you roll out the feature.
|
| com.amazonaws.services.cloudwatchevidently.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetExperimentResultsResult> |
AmazonCloudWatchEvidentlyAsyncClient.getExperimentResultsAsync(GetExperimentResultsRequest request,
AsyncHandler<GetExperimentResultsRequest,GetExperimentResultsResult> asyncHandler) |
Future<GetExperimentResultsResult> |
AmazonCloudWatchEvidentlyAsync.getExperimentResultsAsync(GetExperimentResultsRequest getExperimentResultsRequest,
AsyncHandler<GetExperimentResultsRequest,GetExperimentResultsResult> asyncHandler)
Retrieves the results of a running or completed experiment.
|
Future<GetExperimentResultsResult> |
AbstractAmazonCloudWatchEvidentlyAsync.getExperimentResultsAsync(GetExperimentResultsRequest request,
AsyncHandler<GetExperimentResultsRequest,GetExperimentResultsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetExperimentResultsRequest |
GetExperimentResultsRequest.clone() |
GetExperimentResultsRequest |
GetExperimentResultsRequest.withBaseStat(ExperimentBaseStat baseStat)
The statistic used to calculate experiment results.
|
GetExperimentResultsRequest |
GetExperimentResultsRequest.withBaseStat(String baseStat)
The statistic used to calculate experiment results.
|
GetExperimentResultsRequest |
GetExperimentResultsRequest.withEndTime(Date endTime)
The date and time that the experiment ended, if it is completed.
|
GetExperimentResultsRequest |
GetExperimentResultsRequest.withExperiment(String experiment)
The name of the experiment to retrieve the results of.
|
GetExperimentResultsRequest |
GetExperimentResultsRequest.withMetricNames(Collection<String> metricNames)
The names of the experiment metrics that you want to see the results of.
|
GetExperimentResultsRequest |
GetExperimentResultsRequest.withMetricNames(String... metricNames)
The names of the experiment metrics that you want to see the results of.
|
GetExperimentResultsRequest |
GetExperimentResultsRequest.withPeriod(Long period)
In seconds, the amount of time to aggregate results together.
|
GetExperimentResultsRequest |
GetExperimentResultsRequest.withProject(String project)
The name or ARN of the project that contains the experiment that you want to see the results of.
|
GetExperimentResultsRequest |
GetExperimentResultsRequest.withReportNames(Collection<String> reportNames)
The names of the report types that you want to see.
|
GetExperimentResultsRequest |
GetExperimentResultsRequest.withReportNames(ExperimentReportName... reportNames)
The names of the report types that you want to see.
|
GetExperimentResultsRequest |
GetExperimentResultsRequest.withReportNames(String... reportNames)
The names of the report types that you want to see.
|
GetExperimentResultsRequest |
GetExperimentResultsRequest.withResultStats(Collection<String> resultStats)
The statistics that you want to see in the returned results.
|
GetExperimentResultsRequest |
GetExperimentResultsRequest.withResultStats(ExperimentResultRequestType... resultStats)
The statistics that you want to see in the returned results.
|
GetExperimentResultsRequest |
GetExperimentResultsRequest.withResultStats(String... resultStats)
The statistics that you want to see in the returned results.
|
GetExperimentResultsRequest |
GetExperimentResultsRequest.withStartTime(Date startTime)
The date and time that the experiment started.
|
GetExperimentResultsRequest |
GetExperimentResultsRequest.withTreatmentNames(Collection<String> treatmentNames)
The names of the experiment treatments that you want to see the results for.
|
GetExperimentResultsRequest |
GetExperimentResultsRequest.withTreatmentNames(String... treatmentNames)
The names of the experiment treatments that you want to see the results for.
|
Copyright © 2024. All rights reserved.