Interface SearchRecord.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SearchRecord.Builder,
,SearchRecord> SdkBuilder<SearchRecord.Builder,
,SearchRecord> SdkPojo
- Enclosing class:
SearchRecord
-
Method Summary
Modifier and TypeMethodDescriptiondefault SearchRecord.Builder
endpoint
(Consumer<Endpoint.Builder> endpoint) Sets the value of the Endpoint property for this object.Sets the value of the Endpoint property for this object.default SearchRecord.Builder
experiment
(Consumer<Experiment.Builder> experiment) The properties of an experiment.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.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.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.hyperParameterTuningJob
(HyperParameterTuningJobSearchEntity hyperParameterTuningJob) The properties of a hyperparameter tuning job.default SearchRecord.Builder
model
(Consumer<ModelDashboardModel.Builder> model) Sets the value of the Model property for this object.model
(ModelDashboardModel model) Sets the value of the Model property for this object.default SearchRecord.Builder
modelCard
(Consumer<ModelCard.Builder> modelCard) An Amazon SageMaker Model Card that documents details about a machine learning model.An Amazon SageMaker Model Card that documents details about a machine learning model.default SearchRecord.Builder
modelPackage
(Consumer<ModelPackage.Builder> modelPackage) Sets the value of the ModelPackage property for this object.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.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.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.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.The properties of a project.default SearchRecord.Builder
trainingJob
(Consumer<TrainingJob.Builder> trainingJob) The properties of a training job.trainingJob
(TrainingJob trainingJob) The properties of a training job.default SearchRecord.Builder
trial
(Consumer<Trial.Builder> trial) The properties of a trial.The properties of a trial.default SearchRecord.Builder
trialComponent
(Consumer<TrialComponent.Builder> trialComponent) The properties of a trial component.trialComponent
(TrialComponent trialComponent) The properties of a trial component.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
trainingJob
The properties of a training job.
- Parameters:
trainingJob
- The properties of a training job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaTrainingJob.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totrainingJob(TrainingJob)
.- Parameters:
trainingJob
- a consumer that will call methods onTrainingJob.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
experiment
The properties of an experiment.
- Parameters:
experiment
- The properties of an experiment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaExperiment.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toexperiment(Experiment)
.- Parameters:
experiment
- a consumer that will call methods onExperiment.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
trial
The properties of a trial.
- Parameters:
trial
- The properties of a trial.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaTrial.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totrial(Trial)
.- Parameters:
trial
- a consumer that will call methods onTrial.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
trialComponent
The properties of a trial component.
- Parameters:
trialComponent
- The properties of a trial component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaTrialComponent.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totrialComponent(TrialComponent)
.- Parameters:
trialComponent
- a consumer that will call methods onTrialComponent.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
endpoint
Sets the value of the Endpoint property for this object.- Parameters:
endpoint
- The new value for the Endpoint property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpoint
Sets the value of the Endpoint property for this object. This is a convenience method that creates an instance of theEndpoint.Builder
avoiding the need to create one manually viaEndpoint.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toendpoint(Endpoint)
.- Parameters:
endpoint
- a consumer that will call methods onEndpoint.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
modelPackage
Sets the value of the ModelPackage property for this object.- Parameters:
modelPackage
- The new value for the ModelPackage property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelPackage
Sets the value of the ModelPackage property for this object. This is a convenience method that creates an instance of theModelPackage.Builder
avoiding the need to create one manually viaModelPackage.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomodelPackage(ModelPackage)
.- Parameters:
modelPackage
- a consumer that will call methods onModelPackage.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
modelPackageGroup
Sets the value of the ModelPackageGroup property for this object.- Parameters:
modelPackageGroup
- The new value for the ModelPackageGroup property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelPackageGroup
default SearchRecord.Builder modelPackageGroup(Consumer<ModelPackageGroup.Builder> modelPackageGroup) Sets the value of the ModelPackageGroup property for this object. This is a convenience method that creates an instance of theModelPackageGroup.Builder
avoiding the need to create one manually viaModelPackageGroup.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomodelPackageGroup(ModelPackageGroup)
.- Parameters:
modelPackageGroup
- a consumer that will call methods onModelPackageGroup.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
pipeline
Sets the value of the Pipeline property for this object.- Parameters:
pipeline
- The new value for the Pipeline property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pipeline
Sets the value of the Pipeline property for this object. This is a convenience method that creates an instance of thePipeline.Builder
avoiding the need to create one manually viaPipeline.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed topipeline(Pipeline)
.- Parameters:
pipeline
- a consumer that will call methods onPipeline.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
pipelineExecution
Sets the value of the PipelineExecution property for this object.- Parameters:
pipelineExecution
- The new value for the PipelineExecution property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pipelineExecution
default SearchRecord.Builder pipelineExecution(Consumer<PipelineExecution.Builder> pipelineExecution) Sets the value of the PipelineExecution property for this object. This is a convenience method that creates an instance of thePipelineExecution.Builder
avoiding the need to create one manually viaPipelineExecution.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed topipelineExecution(PipelineExecution)
.- Parameters:
pipelineExecution
- a consumer that will call methods onPipelineExecution.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
featureGroup
Sets the value of the FeatureGroup property for this object.- Parameters:
featureGroup
- The new value for the FeatureGroup property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
featureGroup
Sets the value of the FeatureGroup property for this object. This is a convenience method that creates an instance of theFeatureGroup.Builder
avoiding the need to create one manually viaFeatureGroup.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofeatureGroup(FeatureGroup)
.- Parameters:
featureGroup
- a consumer that will call methods onFeatureGroup.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
project
The properties of a project.
- Parameters:
project
- The properties of a project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaProject.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toproject(Project)
.- Parameters:
project
- a consumer that will call methods onProject.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
featureMetadata
The feature metadata used to search through the features.
- Parameters:
featureMetadata
- The feature metadata used to search through the features.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaFeatureMetadata.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofeatureMetadata(FeatureMetadata)
.- Parameters:
featureMetadata
- a consumer that will call methods onFeatureMetadata.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
hyperParameterTuningJob
SearchRecord.Builder hyperParameterTuningJob(HyperParameterTuningJobSearchEntity hyperParameterTuningJob) The properties of a hyperparameter tuning job.
- Parameters:
hyperParameterTuningJob
- The properties of a hyperparameter tuning job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hyperParameterTuningJob
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 viaHyperParameterTuningJobSearchEntity.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tohyperParameterTuningJob(HyperParameterTuningJobSearchEntity)
.- Parameters:
hyperParameterTuningJob
- a consumer that will call methods onHyperParameterTuningJobSearchEntity.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
model
Sets the value of the Model property for this object.- Parameters:
model
- The new value for the Model property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
model
Sets the value of the Model property for this object. This is a convenience method that creates an instance of theModelDashboardModel.Builder
avoiding the need to create one manually viaModelDashboardModel.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomodel(ModelDashboardModel)
.- Parameters:
model
- a consumer that will call methods onModelDashboardModel.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
modelCard
An Amazon SageMaker Model Card that documents details about a machine learning model.
- Parameters:
modelCard
- An Amazon SageMaker Model Card that documents details about a machine learning model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelCard
An Amazon SageMaker Model Card that documents details about a machine learning model.
This is a convenience method that creates an instance of theModelCard.Builder
avoiding the need to create one manually viaModelCard.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomodelCard(ModelCard)
.- Parameters:
modelCard
- a consumer that will call methods onModelCard.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-