class Aws::CloudWatchEvidently::Types::UpdateExperimentRequest
@see docs.aws.amazon.com/goto/WebAPI/evidently-2021-02-01/UpdateExperimentRequest AWS API Documentation
@return [Array<Types::TreatmentConfig>]
the experiment.
An array of structures that define the variations being tested in
@!attribute [rw] treatments
@return [String]
experiment is currently running.
are used in the experiment. You can’t use this parameter if the
in an experiment, only user sessions that match the segment pattern
Adds an audience segment to an experiment. When a segment is used
@!attribute [rw] segment
@return [Integer]
specify 20,000 to allocate 20% of the available audience.
This is represented in thousandths of a percent. For example,
overrides or current launches of this feature.
is the total audience minus the audience that you have allocated to
this experiment, in thousandths of a percent. The available audience
The portion of the available audience that you want to allocate to
@!attribute [rw] sampling_rate
@return [Boolean]
this parameter if the experiment is currently running.
Removes a segment from being used in an experiment. You can’t use
@!attribute [rw] remove_segment
@return [String]
Evidently uses the experiment name as the ‘randomizationSalt`.
entity ID and `randomizationSalt`. If you omit `randomizationSalt`,
session is served. This randomization ID is a combination of the
it must use a randomization ID to determine which variation the user
When Evidently assigns a particular user session to an experiment,
@!attribute [rw] randomization_salt
@return [String]
want to update.
The name or ARN of the project that contains the experiment that you
@!attribute [rw] project
@return [Types::OnlineAbConfig]
much experiment traffic is allocated to each variation.
comparison with other variations. This structure also specifies how
as the “control” version. The “control” version is used for
A structure that contains the configuration of which variation o use
@!attribute [rw] online_ab_config
@return [Array<Types::MetricGoalConfig>]
the goal.
experiment, and whether a higher or lower value for each metric is
An array of structures that defines the metrics used for the
@!attribute [rw] metric_goals
@return [String]
The name of the experiment to update.
@!attribute [rw] experiment
@return [String]
An optional description of the experiment.
@!attribute [rw] description