Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.53 KB

File metadata and controls

52 lines (32 loc) · 1.53 KB

ExperimentPost

Properties

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 &quot;launchdarkly&quot; when not provided. [optional]
type TypeEnum The type of experiment. [optional]

Enum: MethodologyEnum

Name Value
BAYESIAN "bayesian"
FREQUENTIST "frequentist"
EXPORT_ONLY "export_only"

Enum: DataSourceEnum

Name Value
LAUNCHDARKLY "launchdarkly"
SNOWFLAKE "snowflake"

Enum: TypeEnum

Name Value
EXPERIMENT "experiment"
MAB "mab"
HOLDOUT "holdout"