GetExperimentResultsRequest
Types
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 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
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 names of the experiment treatments that you want to see the results for.
Functions
Link copied to clipboard
inline fun copy(block: GetExperimentResultsRequest.Builder.() -> Unit = {}): GetExperimentResultsRequest