View Experiment Settings

General Configuration

Validation Configuration

Treatment Validation Rules
Sample rules
Last updated



Last updated
{{- or (and
(eq .field1 "abc")
(eq .field2 "def")
(contains "float" (typeOf .field3.field4)))
(and
(eq .field1 "xyz")
(eq .field2 "def")
(contains "int" (typeOf .field3.field4))) -}}{{- $sum := 0 -}}
{{- range $index, $item := .config_details.models -}}
{{- $sum = (addf $sum $item.weight) -}}
{{- end -}}
{{- eq $sum 1.0 -}}