| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | The experiment name | |
| description | String | The experiment description | [optional] |
| maintainerId | String | The ID of the member who maintains this experiment | [optional] |
| key | String | The experiment key | |
| iteration | IterationInput | ||
| holdoutId | String | The ID of the holdout | [optional] |
| tags | List<String> | Tags for the experiment | [optional] |
| methodology | MethodologyEnum | The results analysis approach. | [optional] |
| analysisConfig | AnalysisConfigInput | [optional] | |
| dataSource | DataSourceEnum | The source of metric data in order to analyze results. Defaults to "launchdarkly" when not provided. | [optional] |
| type | TypeEnum | The type of experiment. | [optional] |
| Name | Value |
|---|---|
| BAYESIAN | "bayesian" |
| FREQUENTIST | "frequentist" |
| EXPORT_ONLY | "export_only" |
| Name | Value |
|---|---|
| LAUNCHDARKLY | "launchdarkly" |
| SNOWFLAKE | "snowflake" |
| Name | Value |
|---|---|
| EXPERIMENT | "experiment" |
| MAB | "mab" |
| HOLDOUT | "holdout" |