FeatureEvaluationRule

data class FeatureEvaluationRule(val name: String? = null, val type: String? = null)

Constructors

Link copied to clipboard
constructor(name: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The name for the new feature. Minimum length of 1. Maximum length of 127.

Link copied to clipboard
val type: String? = null

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.