Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.33 KB

IterationInput.md

File metadata and controls

17 lines (13 loc) · 1.33 KB

LaunchDarklyApi.IterationInput

Properties

Name Type Description Notes
hypothesis String The expected outcome of this experiment
canReshuffleTraffic Boolean Whether to allow the experiment to reassign traffic to different variations when you increase or decrease the traffic in your experiment audience (true) or keep all traffic assigned to its initial variation (false). Defaults to true. [optional]
metrics [MetricInput]
primarySingleMetricKey String The key of the primary metric for this experiment. Either <code>primarySingleMetricKey</code> or <code>primaryFunnelKey</code> must be present. [optional]
primaryFunnelKey String The key of the primary funnel group for this experiment. Either <code>primarySingleMetricKey</code> or <code>primaryFunnelKey</code> must be present. [optional]
treatments [TreatmentInput]
flags {String: FlagInput}
randomizationUnit String The unit of randomization for this iteration. Defaults to user. [optional]
attributes [String] The attributes that this iteration's results can be sliced by [optional]