public static interface SearchRecord.Builder extends SdkPojo, CopyableBuilder<SearchRecord.Builder,SearchRecord>
| Modifier and Type | Method and Description |
|---|---|
default SearchRecord.Builder |
experiment(Consumer<Experiment.Builder> experiment)
A summary of the properties of an experiment.
|
SearchRecord.Builder |
experiment(Experiment experiment)
A summary of the properties of an experiment.
|
default SearchRecord.Builder |
trainingJob(Consumer<TrainingJob.Builder> trainingJob)
A
TrainingJob object that is returned as part of a Search request. |
SearchRecord.Builder |
trainingJob(TrainingJob trainingJob)
A
TrainingJob object that is returned as part of a Search request. |
default SearchRecord.Builder |
trial(Consumer<Trial.Builder> trial)
A summary of the properties of a trial.
|
SearchRecord.Builder |
trial(Trial trial)
A summary of the properties of a trial.
|
default SearchRecord.Builder |
trialComponent(Consumer<TrialComponent.Builder> trialComponent)
A summary of the properties of a trial component.
|
SearchRecord.Builder |
trialComponent(TrialComponent trialComponent)
A summary of the properties of a trial component.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchRecord.Builder trainingJob(TrainingJob trainingJob)
A TrainingJob object that is returned as part of a Search request.
trainingJob - A TrainingJob object that is returned as part of a Search request.default SearchRecord.Builder trainingJob(Consumer<TrainingJob.Builder> trainingJob)
A TrainingJob object that is returned as part of a Search request.
TrainingJob.Builder avoiding the need to create
one manually via TrainingJob.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to trainingJob(TrainingJob).trainingJob - a consumer that will call methods on TrainingJob.BuildertrainingJob(TrainingJob)SearchRecord.Builder experiment(Experiment experiment)
A summary of the properties of an experiment.
experiment - A summary of the properties of an experiment.default SearchRecord.Builder experiment(Consumer<Experiment.Builder> experiment)
A summary of the properties of an experiment.
This is a convenience that creates an instance of theExperiment.Builder avoiding the need to create
one manually via Experiment.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to experiment(Experiment).experiment - a consumer that will call methods on Experiment.Builderexperiment(Experiment)SearchRecord.Builder trial(Trial trial)
A summary of the properties of a trial.
trial - A summary of the properties of a trial.default SearchRecord.Builder trial(Consumer<Trial.Builder> trial)
A summary of the properties of a trial.
This is a convenience that creates an instance of theTrial.Builder avoiding the need to create one
manually via Trial.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to trial(Trial).trial - a consumer that will call methods on Trial.Buildertrial(Trial)SearchRecord.Builder trialComponent(TrialComponent trialComponent)
A summary of the properties of a trial component.
trialComponent - A summary of the properties of a trial component.default SearchRecord.Builder trialComponent(Consumer<TrialComponent.Builder> trialComponent)
A summary of the properties of a trial component.
This is a convenience that creates an instance of theTrialComponent.Builder avoiding the need to
create one manually via TrialComponent.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to trialComponent(TrialComponent).trialComponent - a consumer that will call methods on TrialComponent.BuildertrialComponent(TrialComponent)Copyright © 2020. All rights reserved.