Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface UpdateLaunchRequest

Hierarchy

Properties

description?: string

An optional description for the launch.

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

launch: undefined | string

The name of the launch that is to be updated.

metricMonitors?: MetricMonitorConfig[]

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

project: undefined | string

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

randomizationSalt?: string

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?: ScheduledSplitsLaunchConfig

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