Experiment.Builder |
Experiment.Builder.arn(String arn) |
The ARN of the experiment.
|
static Experiment.Builder |
Experiment.builder() |
|
Experiment.Builder |
Experiment.Builder.createdTime(Instant createdTime) |
The date and time that the experiment is first created.
|
Experiment.Builder |
Experiment.Builder.description(String description) |
A description of the experiment.
|
default Experiment.Builder |
Experiment.Builder.execution(Consumer<ExperimentExecution.Builder> execution) |
A structure that contains the date and time that the experiment started and ended.
|
Experiment.Builder |
Experiment.Builder.execution(ExperimentExecution execution) |
A structure that contains the date and time that the experiment started and ended.
|
Experiment.Builder |
Experiment.Builder.lastUpdatedTime(Instant lastUpdatedTime) |
The date and time that the experiment was most recently updated.
|
Experiment.Builder |
Experiment.Builder.metricGoals(Collection<MetricGoal> 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.
|
Experiment.Builder |
Experiment.Builder.metricGoals(Consumer<MetricGoal.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.
|
Experiment.Builder |
Experiment.Builder.metricGoals(MetricGoal... 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.
|
Experiment.Builder |
Experiment.Builder.name(String name) |
The name of the experiment.
|
default Experiment.Builder |
Experiment.Builder.onlineAbDefinition(Consumer<OnlineAbDefinition.Builder> onlineAbDefinition) |
A structure that contains the configuration of which variation to use as the "control" version.
|
Experiment.Builder |
Experiment.Builder.onlineAbDefinition(OnlineAbDefinition onlineAbDefinition) |
A structure that contains the configuration of which variation to use as the "control" version.
|
Experiment.Builder |
Experiment.Builder.project(String project) |
The name or ARN of the project that contains this experiment.
|
Experiment.Builder |
Experiment.Builder.randomizationSalt(String randomizationSalt) |
This value is used when Evidently assigns a particular user session to the experiment.
|
Experiment.Builder |
Experiment.Builder.samplingRate(Long samplingRate) |
In thousandths of a percent, the amount of the available audience that is allocated to this experiment.
|
default Experiment.Builder |
Experiment.Builder.schedule(Consumer<ExperimentSchedule.Builder> schedule) |
A structure that contains the time and date that Evidently completed the analysis of the experiment.
|
Experiment.Builder |
Experiment.Builder.schedule(ExperimentSchedule schedule) |
A structure that contains the time and date that Evidently completed the analysis of the experiment.
|
Experiment.Builder |
Experiment.Builder.segment(String segment) |
The audience segment being used for the experiment, if a segment is being used.
|
Experiment.Builder |
Experiment.Builder.status(String status) |
The current state of the experiment.
|
Experiment.Builder |
Experiment.Builder.status(ExperimentStatus status) |
The current state of the experiment.
|
Experiment.Builder |
Experiment.Builder.statusReason(String statusReason) |
If the experiment was stopped, this is the string that was entered by the person who stopped the experiment,
to explain why it was stopped.
|
Experiment.Builder |
Experiment.Builder.tags(Map<String,String> tags) |
The list of tag keys and values associated with this experiment.
|
Experiment.Builder |
Experiment.toBuilder() |
|
Experiment.Builder |
Experiment.Builder.treatments(Collection<Treatment> treatments) |
An array of structures that describe the configuration of each feature variation used in the experiment.
|
Experiment.Builder |
Experiment.Builder.treatments(Consumer<Treatment.Builder>... treatments) |
An array of structures that describe the configuration of each feature variation used in the experiment.
|
Experiment.Builder |
Experiment.Builder.treatments(Treatment... treatments) |
An array of structures that describe the configuration of each feature variation used in the experiment.
|
Experiment.Builder |
Experiment.Builder.type(String type) |
The type of this experiment.
|
Experiment.Builder |
Experiment.Builder.type(ExperimentType type) |
The type of this experiment.
|