Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.62 KB

IterationInput.md

File metadata and controls

20 lines (15 loc) · 1.62 KB

IterationInput

Properties

Name Type Description Notes
hypothesis str The expected outcome of this experiment
metrics MetricsInput
treatments TreatmentsInput
flags FlagsInput
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]
primary_single_metric_key str The key of the primary metric for this experiment. Either <code>primarySingleMetricKey</code> or <code>primaryFunnelKey</code> must be present. [optional]
primary_funnel_key str The key of the primary funnel group for this experiment. Either <code>primarySingleMetricKey</code> or <code>primaryFunnelKey</code> must be present. [optional]
randomization_unit str The unit of randomization for this iteration. Defaults to user. [optional]
attributes [str] The attributes that this iteration's results can be sliced by [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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