Modify experiment configuration and settings
update
method allows you to modify experiment configuration, including name, description, variants, traffic split, and metadata. Note that some fields may have restrictions based on the experiment’s current status.
Parameter | Type | Required | Description |
---|---|---|---|
experiment_id | str | Yes | The unique identifier of the experiment |
name | str | No | New name for the experiment |
description | str | No | New description for the experiment |
variants | List[Dict] | No | Updated list of variants |
traffic_split | Dict[str, float] | No | Updated traffic distribution |
metadata | Dict[str, Any] | No | Updated metadata |