Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Latest commit

 

History

History
17 lines (14 loc) · 1.51 KB

File metadata and controls

17 lines (14 loc) · 1.51 KB

# IterationInput

Properties

Name Type Description Notes
hypothesis string The expected outcome of this experiment
can_reshuffle_traffic bool 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 \LaunchDarklyApi\Model\MetricInput[]
primary_single_metric_key string The key of the primary metric for this experiment. Either <code>primarySingleMetricKey</code> or <code>primaryFunnelKey</code> must be present. [optional]
primary_funnel_key string The key of the primary funnel group for this experiment. Either <code>primarySingleMetricKey</code> or <code>primaryFunnelKey</code> must be present. [optional]
treatments \LaunchDarklyApi\Model\TreatmentInput[]
flags array<string,\LaunchDarklyApi\Model\FlagInput>
randomization_unit 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]

[Back to Model list] [Back to API list] [Back to README]