Experiment Metric Goal Object Args
data class ExperimentMetricGoalObjectArgs(val desiredChange: Output<ExperimentMetricGoalObjectDesiredChange>, val entityIdKey: Output<String>, val eventPattern: Output<String>? = null, val metricName: Output<String>, val unitLabel: Output<String>? = null, val valueKey: Output<String>) : ConvertibleToJava<ExperimentMetricGoalObjectArgs>
Properties
Link copied to clipboard
INCREASE
means that a variation with a higher number for this metric is performing better. DECREASE
means that a variation with a lower number for this metric is performing better.
Link copied to clipboard
The JSON path to reference the entity id in the event.
Link copied to clipboard
Event patterns have the same structure as the events they match. Rules use event patterns to select events. An event pattern either matches an event or it doesn't.
Link copied to clipboard
A name for the metric. It can include up to 255 characters.