public static final class ExperimentContext.ExperimentContextBuilder extends Object
ExperimentContext.| Modifier and Type | Method and Description |
|---|---|
ExperimentContext |
build()
Creates fully initialized
ExperimentContext instance. |
ExperimentContext.ExperimentContextBuilder |
withContext(String context)
Populates context with specified context identifier string.
|
ExperimentContext.ExperimentContextBuilder |
withEpoch(long epoch)
Populates context with specified epoch of the experiment.
|
ExperimentContext.ExperimentContextBuilder |
withStep(long step)
Populates context with specified step of the experiment.
|
public ExperimentContext.ExperimentContextBuilder withStep(long step)
step - the experiment's step.public ExperimentContext.ExperimentContextBuilder withEpoch(long epoch)
epoch - the epoch of the experiment.public ExperimentContext.ExperimentContextBuilder withContext(String context)
context - the context identifier string.public ExperimentContext build()
ExperimentContext instance.ExperimentContext instance.Copyright © 2022. All rights reserved.