static CreateExperimentRequest.Builder |
CreateExperimentRequest.builder() |
|
CreateExperimentRequest.Builder |
CreateExperimentRequest.Builder.description(String description) |
An optional description of the experiment.
|
CreateExperimentRequest.Builder |
CreateExperimentRequest.Builder.metricGoals(Collection<MetricGoalConfig> 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.
|
CreateExperimentRequest.Builder |
CreateExperimentRequest.Builder.metricGoals(Consumer<MetricGoalConfig.Builder>... 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.
|
CreateExperimentRequest.Builder |
CreateExperimentRequest.Builder.metricGoals(MetricGoalConfig... 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.
|
CreateExperimentRequest.Builder |
CreateExperimentRequest.Builder.name(String name) |
A name for the new experiment.
|
default CreateExperimentRequest.Builder |
CreateExperimentRequest.Builder.onlineAbConfig(Consumer<OnlineAbConfig.Builder> onlineAbConfig) |
A structure that contains the configuration of which variation to use as the "control" version.
|
CreateExperimentRequest.Builder |
CreateExperimentRequest.Builder.onlineAbConfig(OnlineAbConfig onlineAbConfig) |
A structure that contains the configuration of which variation to use as the "control" version.
|
CreateExperimentRequest.Builder |
CreateExperimentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateExperimentRequest.Builder |
CreateExperimentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateExperimentRequest.Builder |
CreateExperimentRequest.Builder.project(String project) |
The name or ARN of the project that you want to create the new experiment in.
|
CreateExperimentRequest.Builder |
CreateExperimentRequest.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.
|
CreateExperimentRequest.Builder |
CreateExperimentRequest.Builder.samplingRate(Long samplingRate) |
The portion of the available audience that you want to allocate to this experiment, in thousandths of a
percent.
|
CreateExperimentRequest.Builder |
CreateExperimentRequest.Builder.segment(String segment) |
Specifies an audience segment to use in the experiment.
|
CreateExperimentRequest.Builder |
CreateExperimentRequest.Builder.tags(Map<String,String> tags) |
Assigns one or more tags (key-value pairs) to the experiment.
|
CreateExperimentRequest.Builder |
CreateExperimentRequest.toBuilder() |
|
CreateExperimentRequest.Builder |
CreateExperimentRequest.Builder.treatments(Collection<TreatmentConfig> treatments) |
An array of structures that describe the configuration of each feature variation used in the experiment.
|
CreateExperimentRequest.Builder |
CreateExperimentRequest.Builder.treatments(Consumer<TreatmentConfig.Builder>... treatments) |
An array of structures that describe the configuration of each feature variation used in the experiment.
|
CreateExperimentRequest.Builder |
CreateExperimentRequest.Builder.treatments(TreatmentConfig... treatments) |
An array of structures that describe the configuration of each feature variation used in the experiment.
|