GetExperimentResultsRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The statistic used to calculate experiment results. Currently the only valid value is mean, which uses the mean of the collected values as the statistic.

Link copied to clipboard

The date and time that the experiment ended, if it is completed. This must be no longer than 30 days after the experiment start time.

Link copied to clipboard

The name of the experiment to retrieve the results of.

Link copied to clipboard

The names of the experiment metrics that you want to see the results of.

Link copied to clipboard
val period: Long?

In seconds, the amount of time to aggregate results together.

Link copied to clipboard

The name or ARN of the project that contains the experiment that you want to see the results of.

Link copied to clipboard

The names of the report types that you want to see. Currently, BayesianInference is the only valid value.

Link copied to clipboard

The statistics that you want to see in the returned results.

Link copied to clipboard

The date and time that the experiment started.

Link copied to clipboard

The names of the experiment treatments that you want to see the results for.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String