EvaluationRule

A structure that contains the information about an evaluation rule for this feature, if it is used in a launch or experiment.

Types

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

Properties

Link copied to clipboard
val name: String?

The name of the experiment or launch.

Link copied to clipboard

This value is aws.evidently.splits if this is an evaluation rule for a launch, and it is aws.evidently.onlineab if this is an evaluation rule for an experiment.

Functions

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