ExperimentReport

A structure that contains results of an experiment.

Types

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

Properties

Link copied to clipboard

The content of the report.

Link copied to clipboard

The name of the metric that is analyzed in this experiment report.

Link copied to clipboard

The type of analysis used for this report.

Link copied to clipboard

The name of the variation that this report pertains to.

Functions

Link copied to clipboard
inline fun copy(block: ExperimentReport.Builder.() -> Unit = {}): ExperimentReport
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