Name | Type | Description | Notes |
---|---|---|---|
hypothesis | str | The expected outcome of this experiment | |
status | str | The status of the iteration: <code>not_started</code>, <code>running</code>, <code>stopped</code> | |
created_at | int | ||
id | str | The iteration ID | [optional] |
started_at | int | [optional] | |
ended_at | int | [optional] | |
winning_treatment_id | str | The ID of the treatment chosen when the experiment stopped | [optional] |
winning_reason | str | The reason you stopped the experiment | [optional] |
can_reshuffle_traffic | bool | Whether the experiment may reassign traffic to different variations when the experiment audience changes (true) or must keep all traffic assigned to its initial variation (false). | [optional] |
flags | {str: (FlagRep,)} | Details on the flag used in this experiment | [optional] |
primary_metric | DependentMetricOrMetricGroupRep | [optional] | |
primary_single_metric | MetricV2Rep | [optional] | |
primary_funnel | DependentMetricGroupRepWithMetrics | [optional] | |
randomization_unit | str | The unit of randomization for this iteration | [optional] |
attributes | [str] | The available attribute filters for this iteration | [optional] |
treatments | [TreatmentRep] | Details on the variations you are testing in the experiment | [optional] |
secondary_metrics | [MetricV2Rep] | Deprecated, use <code>metrics</code> instead. Details on the secondary metrics for this experiment. | [optional] |
metrics | [DependentMetricOrMetricGroupRep] | Details on the metrics for this experiment | [optional] |
layer_snapshot | LayerSnapshotRep | [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] |