class Aws::CloudWatchEvidently::Types::GetExperimentResultsRequest


@see docs.aws.amazon.com/goto/WebAPI/evidently-2021-02-01/GetExperimentResultsRequest AWS API Documentation
@return [Array<String>]
results for.
The names of the experiment treatments that you want to see the
@!attribute [rw] treatment_names
@return [Time]
The date and time that the experiment started.
@!attribute [rw] start_time
@return [Array<String>]
variation.
‘mean`, this returns the mean of the values collected for each
specified in the `baseStat` parameter. Therefore, if `baseStat` is
for each variation. The statistic uses the same statistic
* `BaseStat` returns the statistical values collected for the metric
variation.
the `baseStat` parameter between each variation and the default
* `TreatmentEffect` is the difference in the statistic specified by
Evidently returns the 95% confidence interval.
difference between the `baseStat` of a variation and the baseline.
for the chosen metric that is likely to contain the true
results. The confidence interval represents the range of values
* `ConfidenceInterval` specifies a confidence interval for the
than 0.05.
results are statistically significant when the p-value is less
practice is to reject the null hypothesis and declare that the
make a mistake in rejecting the null hypothesis. A general
used in hypothesis testing to measure how often you are willing to
* `PValue` specifies to use p-values for the results. A p-value is
The statistics that you want to see in the returned results.
@!attribute [rw] result_stats
@return [Array<String>]
`BayesianInference` is the only valid value.
The names of the report types that you want to see. Currently,
@!attribute [rw] report_names
@return [String]
want to see the results of.
The name or ARN of the project that contains the experiment that you
@!attribute [rw] project
@return [Integer]
In seconds, the amount of time to aggregate results together.
@!attribute [rw] period
@return [Array<String>]
of.
The names of the experiment metrics that you want to see the results
@!attribute [rw] metric_names
@return [String]
The name of the experiment to retrieve the results of.
@!attribute [rw] experiment
@return [Time]
The date and time that the experiment ended, if it is completed.
@!attribute [rw] end_time
@return [String]
values as the statistic.
only valid value is `mean`, which uses the mean of the collected
The statistic used to calculate experiment results. Currently the
@!attribute [rw] base_stat
}
treatment_names: [“TreatmentName”], # required
start_time: Time.now,
result_stats: [“BaseStat”], # accepts BaseStat, TreatmentEffect, ConfidenceInterval, PValue
report_names: [“BayesianInference”], # accepts BayesianInference
project: “ProjectRef”, # required
period: 1,
metric_names: [“CwDimensionSafeName”], # required
experiment: “ExperimentName”, # required
end_time: Time.now,
base_stat: “Mean”, # accepts Mean
{
data as a hash:
@note When making an API call, you may pass GetExperimentResultsRequest