public static interface SearchRecord.Builder extends SdkPojo, CopyableBuilder<SearchRecord.Builder,SearchRecord>
| Modifier and Type | Method and Description |
|---|---|
default SearchRecord.Builder |
endpoint(Consumer<Endpoint.Builder> endpoint)
Sets the value of the Endpoint property for this object.
|
SearchRecord.Builder |
endpoint(Endpoint endpoint)
Sets the value of the Endpoint property for this object.
|
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 |
featureGroup(Consumer<FeatureGroup.Builder> featureGroup)
Sets the value of the FeatureGroup property for this object.
|
SearchRecord.Builder |
featureGroup(FeatureGroup featureGroup)
Sets the value of the FeatureGroup property for this object.
|
default SearchRecord.Builder |
featureMetadata(Consumer<FeatureMetadata.Builder> featureMetadata)
The feature metadata used to search through the features.
|
SearchRecord.Builder |
featureMetadata(FeatureMetadata featureMetadata)
The feature metadata used to search through the features.
|
default SearchRecord.Builder |
hyperParameterTuningJob(Consumer<HyperParameterTuningJobSearchEntity.Builder> hyperParameterTuningJob)
The properties of a hyperparameter tuning job.
|
SearchRecord.Builder |
hyperParameterTuningJob(HyperParameterTuningJobSearchEntity hyperParameterTuningJob)
The properties of a hyperparameter tuning job.
|
default SearchRecord.Builder |
modelPackage(Consumer<ModelPackage.Builder> modelPackage)
Sets the value of the ModelPackage property for this object.
|
SearchRecord.Builder |
modelPackage(ModelPackage modelPackage)
Sets the value of the ModelPackage property for this object.
|
default SearchRecord.Builder |
modelPackageGroup(Consumer<ModelPackageGroup.Builder> modelPackageGroup)
Sets the value of the ModelPackageGroup property for this object.
|
SearchRecord.Builder |
modelPackageGroup(ModelPackageGroup modelPackageGroup)
Sets the value of the ModelPackageGroup property for this object.
|
default SearchRecord.Builder |
pipeline(Consumer<Pipeline.Builder> pipeline)
Sets the value of the Pipeline property for this object.
|
SearchRecord.Builder |
pipeline(Pipeline pipeline)
Sets the value of the Pipeline property for this object.
|
default SearchRecord.Builder |
pipelineExecution(Consumer<PipelineExecution.Builder> pipelineExecution)
Sets the value of the PipelineExecution property for this object.
|
SearchRecord.Builder |
pipelineExecution(PipelineExecution pipelineExecution)
Sets the value of the PipelineExecution property for this object.
|
default SearchRecord.Builder |
project(Consumer<Project.Builder> project)
The properties of a project.
|
SearchRecord.Builder |
project(Project project)
The properties of a project.
|
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 method 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 method 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 method 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 method 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)SearchRecord.Builder endpoint(Endpoint endpoint)
endpoint - The new value for the Endpoint property for this object.default SearchRecord.Builder endpoint(Consumer<Endpoint.Builder> endpoint)
Endpoint.Builder avoiding the need to
create one manually via Endpoint.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to endpoint(Endpoint).endpoint - a consumer that will call methods on Endpoint.Builderendpoint(Endpoint)SearchRecord.Builder modelPackage(ModelPackage modelPackage)
modelPackage - The new value for the ModelPackage property for this object.default SearchRecord.Builder modelPackage(Consumer<ModelPackage.Builder> modelPackage)
ModelPackage.Builder avoiding the need
to create one manually via ModelPackage.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to modelPackage(ModelPackage).modelPackage - a consumer that will call methods on ModelPackage.BuildermodelPackage(ModelPackage)SearchRecord.Builder modelPackageGroup(ModelPackageGroup modelPackageGroup)
modelPackageGroup - The new value for the ModelPackageGroup property for this object.default SearchRecord.Builder modelPackageGroup(Consumer<ModelPackageGroup.Builder> modelPackageGroup)
ModelPackageGroup.Builder avoiding the
need to create one manually via ModelPackageGroup.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to modelPackageGroup(ModelPackageGroup).modelPackageGroup - a consumer that will call methods on ModelPackageGroup.BuildermodelPackageGroup(ModelPackageGroup)SearchRecord.Builder pipeline(Pipeline pipeline)
pipeline - The new value for the Pipeline property for this object.default SearchRecord.Builder pipeline(Consumer<Pipeline.Builder> pipeline)
Pipeline.Builder avoiding the need to
create one manually via Pipeline.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to pipeline(Pipeline).pipeline - a consumer that will call methods on Pipeline.Builderpipeline(Pipeline)SearchRecord.Builder pipelineExecution(PipelineExecution pipelineExecution)
pipelineExecution - The new value for the PipelineExecution property for this object.default SearchRecord.Builder pipelineExecution(Consumer<PipelineExecution.Builder> pipelineExecution)
PipelineExecution.Builder avoiding the
need to create one manually via PipelineExecution.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to pipelineExecution(PipelineExecution).pipelineExecution - a consumer that will call methods on PipelineExecution.BuilderpipelineExecution(PipelineExecution)SearchRecord.Builder featureGroup(FeatureGroup featureGroup)
featureGroup - The new value for the FeatureGroup property for this object.default SearchRecord.Builder featureGroup(Consumer<FeatureGroup.Builder> featureGroup)
FeatureGroup.Builder avoiding the need
to create one manually via FeatureGroup.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to featureGroup(FeatureGroup).featureGroup - a consumer that will call methods on FeatureGroup.BuilderfeatureGroup(FeatureGroup)SearchRecord.Builder project(Project project)
The properties of a project.
project - The properties of a project.default SearchRecord.Builder project(Consumer<Project.Builder> project)
The properties of a project.
This is a convenience method that creates an instance of theProject.Builder avoiding the need to
create one manually via Project.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to project(Project).project - a consumer that will call methods on Project.Builderproject(Project)SearchRecord.Builder featureMetadata(FeatureMetadata featureMetadata)
The feature metadata used to search through the features.
featureMetadata - The feature metadata used to search through the features.default SearchRecord.Builder featureMetadata(Consumer<FeatureMetadata.Builder> featureMetadata)
The feature metadata used to search through the features.
This is a convenience method that creates an instance of theFeatureMetadata.Builder avoiding the
need to create one manually via FeatureMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to featureMetadata(FeatureMetadata).featureMetadata - a consumer that will call methods on FeatureMetadata.BuilderfeatureMetadata(FeatureMetadata)SearchRecord.Builder hyperParameterTuningJob(HyperParameterTuningJobSearchEntity hyperParameterTuningJob)
The properties of a hyperparameter tuning job.
hyperParameterTuningJob - The properties of a hyperparameter tuning job.default SearchRecord.Builder hyperParameterTuningJob(Consumer<HyperParameterTuningJobSearchEntity.Builder> hyperParameterTuningJob)
The properties of a hyperparameter tuning job.
This is a convenience method that creates an instance of theHyperParameterTuningJobSearchEntity.Builder avoiding the need to create one manually via
HyperParameterTuningJobSearchEntity.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to hyperParameterTuningJob(HyperParameterTuningJobSearchEntity)
.hyperParameterTuningJob - a consumer that will call methods on HyperParameterTuningJobSearchEntity.BuilderhyperParameterTuningJob(HyperParameterTuningJobSearchEntity)Copyright © 2022. All rights reserved.