Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 2.02 KB

File metadata and controls

51 lines (35 loc) · 2.02 KB

Experiment

Properties

Name Type Description Notes
id String The experiment ID [optional]
key String The experiment key
name String The experiment name
description String The experiment description [optional]
maintainerId String The ID of the member who maintains this experiment.
creationDate Long
environmentKey String
methodology MethodologyEnum The results analysis approach. [optional]
dataSource DataSourceEnum The source of metric data in order to analyze results. Defaults to "launchdarkly" when not provided. [optional]
archivedDate Long [optional]
tags List<String> Tags for the experiment [optional]
links Map<String, Link> The location and content type of related resources
holdoutId String The holdout ID [optional]
currentIteration IterationRep [optional]
type String The experiment type [optional]
access Access [optional]
draftIteration IterationRep [optional]
previousIterations List<IterationRep> Details on the previous iterations for this experiment. [optional]
analysisConfig AnalysisConfigRep [optional]
mutableFieldsByStatus MutableFieldsByStatusRep [optional]

Enum: MethodologyEnum

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

Enum: DataSourceEnum

Name Value
LAUNCHDARKLY "launchdarkly"
SNOWFLAKE "snowflake"