cloudwatchevidently_update_launch: Updates a launch of a given feature

View source: R/cloudwatchevidently_operations.R

cloudwatchevidently_update_launchR Documentation

Updates a launch of a given feature

Description

Updates a launch of a given feature.

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

Usage

cloudwatchevidently_update_launch(
  description = NULL,
  groups = NULL,
  launch,
  metricMonitors = NULL,
  project,
  randomizationSalt = NULL,
  scheduledSplitsConfig = NULL
)

Arguments

description

An optional description for the launch.

groups

An array of structures that contains the feature and variations that are to be used for the launch.

launch

[required] The name of the launch that is to be updated.

metricMonitors

An array of structures that define the metrics that will be used to monitor the launch performance.

project

[required] The name or ARN of the project that contains the launch that you want to update.

randomizationSalt

When Evidently assigns a particular user session to a launch, 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 launch name as the randomizationSalt.

scheduledSplitsConfig

An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.


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