| Package | Description |
|---|---|
| software.amazon.awscdk.services.evidently |
AWS::Evidently Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnExperiment.Builder |
CfnExperiment.Builder.create(software.constructs.Construct scope,
String id) |
CfnExperiment.Builder |
CfnExperiment.Builder.description(String description)
An optional description of the experiment.
|
CfnExperiment.Builder |
CfnExperiment.Builder.metricGoals(IResolvable metricGoals)
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.
|
CfnExperiment.Builder |
CfnExperiment.Builder.metricGoals(List<? extends Object> metricGoals)
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.
|
CfnExperiment.Builder |
CfnExperiment.Builder.name(String name)
A name for the new experiment.
|
CfnExperiment.Builder |
CfnExperiment.Builder.onlineAbConfig(CfnExperiment.OnlineAbConfigObjectProperty onlineAbConfig)
A structure that contains the configuration of which variation to use as the "control" version.
|
CfnExperiment.Builder |
CfnExperiment.Builder.onlineAbConfig(IResolvable onlineAbConfig)
A structure that contains the configuration of which variation to use as the "control" version.
|
CfnExperiment.Builder |
CfnExperiment.Builder.project(String project)
The name or the ARN of the project where this experiment is to be created.
|
CfnExperiment.Builder |
CfnExperiment.Builder.randomizationSalt(String 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.
|
CfnExperiment.Builder |
CfnExperiment.Builder.removeSegment(Boolean removeSegment)
`AWS::Evidently::Experiment.RemoveSegment`.
|
CfnExperiment.Builder |
CfnExperiment.Builder.removeSegment(IResolvable removeSegment)
`AWS::Evidently::Experiment.RemoveSegment`.
|
CfnExperiment.Builder |
CfnExperiment.Builder.runningStatus(CfnExperiment.RunningStatusObjectProperty runningStatus)
A structure that you can use to start and stop the experiment.
|
CfnExperiment.Builder |
CfnExperiment.Builder.runningStatus(IResolvable runningStatus)
A structure that you can use to start and stop the experiment.
|
CfnExperiment.Builder |
CfnExperiment.Builder.samplingRate(Number samplingRate)
The portion of the available audience that you want to allocate to this experiment, in thousandths of a percent.
|
CfnExperiment.Builder |
CfnExperiment.Builder.segment(String segment)
`AWS::Evidently::Experiment.Segment`.
|
CfnExperiment.Builder |
CfnExperiment.Builder.tags(List<? extends CfnTag> tags)
Assigns one or more tags (key-value pairs) to the experiment.
|
CfnExperiment.Builder |
CfnExperiment.Builder.treatments(IResolvable treatments)
An array of structures that describe the configuration of each feature variation used in the experiment.
|
CfnExperiment.Builder |
CfnExperiment.Builder.treatments(List<? extends Object> treatments)
An array of structures that describe the configuration of each feature variation used in the experiment.
|
Copyright © 2022. All rights reserved.