LaunchDarklyApi::Experiment
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]
_maintainer_id
String
The ID of the member who maintains this experiment.
_creation_date
Integer
environment_key
String
methodology
String
The results analysis approach.
[optional]
data_source
String
The source of metric data in order to analyze results. Defaults to "launchdarkly" when not provided.
[optional]
archived_date
Integer
[optional]
tags
Array<String>
Tags for the experiment
[optional]
_links
Hash<String, Link>
The location and content type of related resources
holdout_id
String
The holdout ID
[optional]
current_iteration
IterationRep
[optional]
type
String
The experiment type
[optional]
_access
Access
[optional]
draft_iteration
IterationRep
[optional]
previous_iterations
Array<IterationRep>
Details on the previous iterations for this experiment.
[optional]
analysis_config
AnalysisConfigRep
[optional]
mutable_fields_by_status
MutableFieldsByStatusRep
[optional]
require 'launchdarkly_api'
instance = LaunchDarklyApi ::Experiment . new (
_id : 12 ab3c45de678910fgh12345 ,
key : experiment -key -123 abc ,
name : Example experiment ,
description : An example experiment , used in testing ,
_maintainer_id : 12 ab3c45de678910fgh12345 ,
_creation_date : null ,
environment_key : null ,
methodology : bayesian ,
data_source : snowflake ,
archived_date : null ,
tags : [ " ; experiment " ; , " ; feature " ; ] ,
_links : { " ; parent " ; :{ " ; href " ; :" ; /api /v2 /projects /my -project /environments /my -environment " ; , " ; type " ; :" ; application /json " ; } , " ; self " ; :{ " ; href " ; :" ; /api /v2 /projects /my -project /environments /my -environment /experiments /my -experiment " ; , " ; type " ; :" ; application /json " ; } } ,
holdout_id : f3b74309 -d581 -44e1 -8 a2b -bb2933b4fe40 ,
current_iteration : null ,
type : experiment ,
_access : null ,
draft_iteration : null ,
previous_iterations : null ,
analysis_config : null ,
mutable_fields_by_status : null
)