public class ExperimentBuilder extends Object
Experiment implementations.| Constructor and Description |
|---|
ExperimentBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static ApiExperimentBuilder |
ApiExperiment()
The factory to create instance of the
ApiExperimentBuilder which can be used
to configure and create fully initialized instance of the ApiExperiment. |
static OnlineExperimentBuilder |
OnlineExperiment()
Returns instance of the
OnlineExperimentBuilder which can be used to
configure and create fully initialized instance of the OnlineExperiment. |
public static OnlineExperimentBuilder OnlineExperiment()
OnlineExperimentBuilder which can be used to
configure and create fully initialized instance of the OnlineExperiment.
The configured instance of OnlineExperiment can be created as following:
OnlineExperiment experiment = ExperimentBuilder
.OnlineExperiment()
.build();
OnlineExperimentBuilder.public static ApiExperimentBuilder ApiExperiment()
ApiExperimentBuilder which can be used
to configure and create fully initialized instance of the ApiExperiment.ApiExperimentBuilder.Copyright © 2022. All rights reserved.