MetricGoal

A structure that tells Evidently whether higher or lower values are desired for a metric that is used in an experiment.

Types

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

Properties

Link copied to clipboard

INCREASE means that a variation with a higher number for this metric is performing better.

Link copied to clipboard

A structure that contains details about the metric.

Functions

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