CreateExperimentDefinitionResponse
Describes an experiment definition, including the target audience, feature flag, treatments, and current status.
Types
Properties
Link copied to clipboard
The application ID.
Link copied to clipboard
A description of the intended audience for the experiment.
Link copied to clipboard
The rule that defines which users are eligible to be assigned to treatments.
Link copied to clipboard
The configuration profile ID associated with the experiment.
Link copied to clipboard
The environment ID where the experiment runs.
Link copied to clipboard
The hypothesis that the experiment is designed to validate.
Link copied to clipboard
The Amazon Resource Name (ARN) of the KMS key used to encrypt experiment data.
Link copied to clipboard
The conditions under which the winning treatment should be launched.
Link copied to clipboard
The current status of the experiment definition. Valid values: ACTIVE, IDLE, ARCHIVED.
Link copied to clipboard
The list of treatments defined for the experiment.
Functions
Link copied to clipboard
inline fun copy(block: CreateExperimentDefinitionResponse.Builder.() -> Unit = {}): CreateExperimentDefinitionResponse