Class: Aws::CloudWatchEvidently::Types::CreateExperimentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::CreateExperimentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
An optional description of the experiment.
-
#metric_goals ⇒ Array<Types::MetricGoalConfig>
An array of structures that defines the metrics used for the experiment, and whether a higher or lower value for each metric is the goal.
-
#name ⇒ String
A name for the new experiment.
-
#online_ab_config ⇒ Types::OnlineAbConfig
A structure that contains the configuration of which variation to use as the “control” version.
-
#project ⇒ String
The name or ARN of the project that you want to create the new experiment in.
-
#randomization_salt ⇒ String
When Evidently assigns a particular user session to an experiment, it must use a randomization ID to determine which variation the user session is served.
-
#sampling_rate ⇒ Integer
The portion of the available audience that you want to allocate to this experiment, in thousandths of a percent.
-
#segment ⇒ String
Specifies an audience segment to use in the experiment.
-
#tags ⇒ Hash<String,String>
Assigns one or more tags (key-value pairs) to the experiment.
-
#treatments ⇒ Array<Types::TreatmentConfig>
An array of structures that describe the configuration of each feature variation used in the experiment.
Instance Attribute Details
#description ⇒ String
An optional description of the experiment.
192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 192 class CreateExperimentRequest < Struct.new( :description, :metric_goals, :name, :online_ab_config, :project, :randomization_salt, :sampling_rate, :segment, :tags, :treatments) SENSITIVE = [] include Aws::Structure end |
#metric_goals ⇒ Array<Types::MetricGoalConfig>
An array of structures that defines the metrics used for the experiment, and whether a higher or lower value for each metric is the goal.
192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 192 class CreateExperimentRequest < Struct.new( :description, :metric_goals, :name, :online_ab_config, :project, :randomization_salt, :sampling_rate, :segment, :tags, :treatments) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name for the new experiment.
192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 192 class CreateExperimentRequest < Struct.new( :description, :metric_goals, :name, :online_ab_config, :project, :randomization_salt, :sampling_rate, :segment, :tags, :treatments) SENSITIVE = [] include Aws::Structure end |
#online_ab_config ⇒ Types::OnlineAbConfig
A structure that contains the configuration of which variation to use as the “control” version. tThe “control” version is used for comparison with other variations. This structure also specifies how much experiment traffic is allocated to each variation.
192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 192 class CreateExperimentRequest < Struct.new( :description, :metric_goals, :name, :online_ab_config, :project, :randomization_salt, :sampling_rate, :segment, :tags, :treatments) SENSITIVE = [] include Aws::Structure end |
#project ⇒ String
The name or ARN of the project that you want to create the new experiment in.
192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 192 class CreateExperimentRequest < Struct.new( :description, :metric_goals, :name, :online_ab_config, :project, :randomization_salt, :sampling_rate, :segment, :tags, :treatments) SENSITIVE = [] include Aws::Structure end |
#randomization_salt ⇒ String
When Evidently assigns a particular user session to an experiment, it must use a randomization ID to determine which variation the user session is served. This randomization ID is a combination of the entity ID and ‘randomizationSalt`. If you omit `randomizationSalt`, Evidently uses the experiment name as the `randomizationSalt`.
192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 192 class CreateExperimentRequest < Struct.new( :description, :metric_goals, :name, :online_ab_config, :project, :randomization_salt, :sampling_rate, :segment, :tags, :treatments) SENSITIVE = [] include Aws::Structure end |
#sampling_rate ⇒ Integer
The portion of the available audience that you want to allocate to this experiment, in thousandths of a percent. The available audience is the total audience minus the audience that you have allocated to overrides or current launches of this feature.
This is represented in thousandths of a percent. For example, specify 10,000 to allocate 10% of the available audience.
192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 192 class CreateExperimentRequest < Struct.new( :description, :metric_goals, :name, :online_ab_config, :project, :randomization_salt, :sampling_rate, :segment, :tags, :treatments) SENSITIVE = [] include Aws::Structure end |
#segment ⇒ String
Specifies an audience segment to use in the experiment. When a segment is used in an experiment, only user sessions that match the segment pattern are used in the experiment.
192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 192 class CreateExperimentRequest < Struct.new( :description, :metric_goals, :name, :online_ab_config, :project, :randomization_salt, :sampling_rate, :segment, :tags, :treatments) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Assigns one or more tags (key-value pairs) to the experiment.
Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.
Tags don’t have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of characters.
You can associate as many as 50 tags with an experiment.
For more information, see [Tagging Amazon Web Services resources].
192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 192 class CreateExperimentRequest < Struct.new( :description, :metric_goals, :name, :online_ab_config, :project, :randomization_salt, :sampling_rate, :segment, :tags, :treatments) SENSITIVE = [] include Aws::Structure end |
#treatments ⇒ Array<Types::TreatmentConfig>
An array of structures that describe the configuration of each feature variation used in the experiment.
192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 192 class CreateExperimentRequest < Struct.new( :description, :metric_goals, :name, :online_ab_config, :project, :randomization_salt, :sampling_rate, :segment, :tags, :treatments) SENSITIVE = [] include Aws::Structure end |