cloudwatchevidently_create_experiment: Creates an Evidently experiment

View source: R/cloudwatchevidently_operations.R

cloudwatchevidently_create_experimentR Documentation

Creates an Evidently experiment

Description

Creates an Evidently experiment. Before you create an experiment, you must create the feature to use for the experiment.

See https://www.paws-r-sdk.com/docs/cloudwatchevidently_create_experiment/ for full documentation.

Usage

cloudwatchevidently_create_experiment(
  description = NULL,
  metricGoals,
  name,
  onlineAbConfig = NULL,
  project,
  randomizationSalt = NULL,
  samplingRate = NULL,
  segment = NULL,
  tags = NULL,
  treatments
)

Arguments

description

An optional description of the experiment.

metricGoals

[required] 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

[required] A name for the new experiment.

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.

project

[required] The name or ARN of the project that you want to create the new experiment in.

randomizationSalt

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.

samplingRate

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.

segment

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.

tags

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.

treatments

[required] An array of structures that describe the configuration of each feature variation used in the experiment.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.