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)
The properties of an experiment.
|
SearchRecord.Builder |
experiment(Experiment experiment)
The properties of an experiment.
|
default SearchRecord.Builder |
trainingJob(Consumer<TrainingJob.Builder> trainingJob)
The properties of a training job.
|
SearchRecord.Builder |
trainingJob(TrainingJob trainingJob)
The properties of a training job.
|
default SearchRecord.Builder |
trial(Consumer<Trial.Builder> trial)
The properties of a trial.
|
SearchRecord.Builder |
trial(Trial trial)
The properties of a trial.
|
default SearchRecord.Builder |
trialComponent(Consumer<TrialComponent.Builder> trialComponent)
The properties of a trial component.
|
SearchRecord.Builder |
trialComponent(TrialComponent trialComponent)
The properties of a trial component.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchRecord.Builder trainingJob(TrainingJob trainingJob)
The properties of a training job.
trainingJob - The properties of a training job.default SearchRecord.Builder trainingJob(Consumer<TrainingJob.Builder> trainingJob)
The properties of a training job.
This is a convenience that creates an instance of theTrainingJob.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)
The properties of an experiment.
experiment - The properties of an experiment.default SearchRecord.Builder experiment(Consumer<Experiment.Builder> experiment)
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)
The properties of a trial.
trial - The properties of a trial.default SearchRecord.Builder trial(Consumer<Trial.Builder> trial)
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)
The properties of a trial component.
trialComponent - The properties of a trial component.default SearchRecord.Builder trialComponent(Consumer<TrialComponent.Builder> trialComponent)
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.