Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.evidently.CfnExperimentPropsMixin.Builder
Packages that use CfnExperimentPropsMixin.Builder
-
Uses of CfnExperimentPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.evidently
Methods in software.amazon.awscdk.cfnpropertymixins.services.evidently that return CfnExperimentPropsMixin.BuilderModifier and TypeMethodDescriptionCfnExperimentPropsMixin.Builder.create()CfnExperimentPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnExperimentPropsMixin.Builder.description(String description) An optional description of the experiment.CfnExperimentPropsMixin.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.CfnExperimentPropsMixin.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.A name for the new experiment.CfnExperimentPropsMixin.Builder.onlineAbConfig(CfnExperimentPropsMixin.OnlineAbConfigObjectProperty onlineAbConfig) A structure that contains the configuration of which variation to use as the "control" version.CfnExperimentPropsMixin.Builder.onlineAbConfig(IResolvable onlineAbConfig) A structure that contains the configuration of which variation to use as the "control" version.The name or the ARN of the project where this experiment is to be created.CfnExperimentPropsMixin.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.CfnExperimentPropsMixin.Builder.removeSegment(Boolean removeSegment) Set this totrueto remove the segment that is associated with this experiment.CfnExperimentPropsMixin.Builder.removeSegment(IResolvable removeSegment) Set this totrueto remove the segment that is associated with this experiment.CfnExperimentPropsMixin.Builder.runningStatus(CfnExperimentPropsMixin.RunningStatusObjectProperty runningStatus) A structure that you can use to start and stop the experiment.CfnExperimentPropsMixin.Builder.runningStatus(IResolvable runningStatus) A structure that you can use to start and stop the experiment.CfnExperimentPropsMixin.Builder.samplingRate(Number samplingRate) The portion of the available audience that you want to allocate to this experiment, in thousandths of a percent.Specifies an audience segment to use in the experiment.Assigns one or more tags (key-value pairs) to the experiment.CfnExperimentPropsMixin.Builder.treatments(List<? extends Object> treatments) An array of structures that describe the configuration of each feature variation used in the experiment.CfnExperimentPropsMixin.Builder.treatments(IResolvable treatments) An array of structures that describe the configuration of each feature variation used in the experiment.