ExperimentResultsData

A structure that contains experiment results for one metric that is monitored in the experiment.

Types

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

Properties

Link copied to clipboard

The name of the metric.

Link copied to clipboard

The experiment statistic that these results pertain to.

Link copied to clipboard

The treatment, or variation, that returned the values in this structure.

Link copied to clipboard

The values for the metricName that were recorded in the experiment.

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