Interface SearchRecord.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SearchRecord.Builder,SearchRecord>,SdkBuilder<SearchRecord.Builder,SearchRecord>,SdkPojo
- Enclosing class:
- SearchRecord
public static interface SearchRecord.Builder extends SdkPojo, CopyableBuilder<SearchRecord.Builder,SearchRecord>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default SearchRecord.Builderendpoint(Consumer<Endpoint.Builder> endpoint)Sets the value of the Endpoint property for this object.SearchRecord.Builderendpoint(Endpoint endpoint)Sets the value of the Endpoint property for this object.default SearchRecord.Builderexperiment(Consumer<Experiment.Builder> experiment)The properties of an experiment.SearchRecord.Builderexperiment(Experiment experiment)The properties of an experiment.default SearchRecord.BuilderfeatureGroup(Consumer<FeatureGroup.Builder> featureGroup)Sets the value of the FeatureGroup property for this object.SearchRecord.BuilderfeatureGroup(FeatureGroup featureGroup)Sets the value of the FeatureGroup property for this object.default SearchRecord.BuilderfeatureMetadata(Consumer<FeatureMetadata.Builder> featureMetadata)The feature metadata used to search through the features.SearchRecord.BuilderfeatureMetadata(FeatureMetadata featureMetadata)The feature metadata used to search through the features.default SearchRecord.BuilderhyperParameterTuningJob(Consumer<HyperParameterTuningJobSearchEntity.Builder> hyperParameterTuningJob)The properties of a hyperparameter tuning job.SearchRecord.BuilderhyperParameterTuningJob(HyperParameterTuningJobSearchEntity hyperParameterTuningJob)The properties of a hyperparameter tuning job.default SearchRecord.Buildermodel(Consumer<ModelDashboardModel.Builder> model)Sets the value of the Model property for this object.SearchRecord.Buildermodel(ModelDashboardModel model)Sets the value of the Model property for this object.default SearchRecord.BuildermodelCard(Consumer<ModelCard.Builder> modelCard)An Amazon SageMaker Model Card that documents details about a machine learning model.SearchRecord.BuildermodelCard(ModelCard modelCard)An Amazon SageMaker Model Card that documents details about a machine learning model.default SearchRecord.BuildermodelPackage(Consumer<ModelPackage.Builder> modelPackage)Sets the value of the ModelPackage property for this object.SearchRecord.BuildermodelPackage(ModelPackage modelPackage)Sets the value of the ModelPackage property for this object.default SearchRecord.BuildermodelPackageGroup(Consumer<ModelPackageGroup.Builder> modelPackageGroup)Sets the value of the ModelPackageGroup property for this object.SearchRecord.BuildermodelPackageGroup(ModelPackageGroup modelPackageGroup)Sets the value of the ModelPackageGroup property for this object.default SearchRecord.Builderpipeline(Consumer<Pipeline.Builder> pipeline)Sets the value of the Pipeline property for this object.SearchRecord.Builderpipeline(Pipeline pipeline)Sets the value of the Pipeline property for this object.default SearchRecord.BuilderpipelineExecution(Consumer<PipelineExecution.Builder> pipelineExecution)Sets the value of the PipelineExecution property for this object.SearchRecord.BuilderpipelineExecution(PipelineExecution pipelineExecution)Sets the value of the PipelineExecution property for this object.default SearchRecord.Builderproject(Consumer<Project.Builder> project)The properties of a project.SearchRecord.Builderproject(Project project)The properties of a project.default SearchRecord.BuildertrainingJob(Consumer<TrainingJob.Builder> trainingJob)The properties of a training job.SearchRecord.BuildertrainingJob(TrainingJob trainingJob)The properties of a training job.default SearchRecord.Buildertrial(Consumer<Trial.Builder> trial)The properties of a trial.SearchRecord.Buildertrial(Trial trial)The properties of a trial.default SearchRecord.BuildertrialComponent(Consumer<TrialComponent.Builder> trialComponent)The properties of a trial component.SearchRecord.BuildertrialComponent(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 Detail
-
trainingJob
SearchRecord.Builder trainingJob(TrainingJob 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
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.Builderavoiding the need to create one manually viaTrainingJob.builder().When the
Consumercompletes,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:
trainingJob(TrainingJob)
-
experiment
SearchRecord.Builder experiment(Experiment 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
default SearchRecord.Builder experiment(Consumer<Experiment.Builder> experiment)
The properties of an experiment.
This is a convenience method that creates an instance of theExperiment.Builderavoiding the need to create one manually viaExperiment.builder().When the
Consumercompletes,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:
experiment(Experiment)
-
trial
SearchRecord.Builder trial(Trial 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
default SearchRecord.Builder trial(Consumer<Trial.Builder> trial)
The properties of a trial.
This is a convenience method that creates an instance of theTrial.Builderavoiding the need to create one manually viaTrial.builder().When the
Consumercompletes,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:
trial(Trial)
-
trialComponent
SearchRecord.Builder trialComponent(TrialComponent 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
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.Builderavoiding the need to create one manually viaTrialComponent.builder().When the
Consumercompletes,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:
trialComponent(TrialComponent)
-
endpoint
SearchRecord.Builder endpoint(Endpoint 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
default SearchRecord.Builder endpoint(Consumer<Endpoint.Builder> endpoint)
Sets the value of the Endpoint property for this object. This is a convenience method that creates an instance of theEndpoint.Builderavoiding the need to create one manually viaEndpoint.builder().When the
Consumercompletes,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:
endpoint(Endpoint)
-
modelPackage
SearchRecord.Builder modelPackage(ModelPackage 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
default SearchRecord.Builder modelPackage(Consumer<ModelPackage.Builder> modelPackage)
Sets the value of the ModelPackage property for this object. This is a convenience method that creates an instance of theModelPackage.Builderavoiding the need to create one manually viaModelPackage.builder().When the
Consumercompletes,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:
modelPackage(ModelPackage)
-
modelPackageGroup
SearchRecord.Builder modelPackageGroup(ModelPackageGroup 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.Builderavoiding the need to create one manually viaModelPackageGroup.builder().When the
Consumercompletes,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:
modelPackageGroup(ModelPackageGroup)
-
pipeline
SearchRecord.Builder pipeline(Pipeline 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
default SearchRecord.Builder pipeline(Consumer<Pipeline.Builder> pipeline)
Sets the value of the Pipeline property for this object. This is a convenience method that creates an instance of thePipeline.Builderavoiding the need to create one manually viaPipeline.builder().When the
Consumercompletes,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:
pipeline(Pipeline)
-
pipelineExecution
SearchRecord.Builder pipelineExecution(PipelineExecution 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.Builderavoiding the need to create one manually viaPipelineExecution.builder().When the
Consumercompletes,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:
pipelineExecution(PipelineExecution)
-
featureGroup
SearchRecord.Builder featureGroup(FeatureGroup 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
default SearchRecord.Builder featureGroup(Consumer<FeatureGroup.Builder> featureGroup)
Sets the value of the FeatureGroup property for this object. This is a convenience method that creates an instance of theFeatureGroup.Builderavoiding the need to create one manually viaFeatureGroup.builder().When the
Consumercompletes,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:
featureGroup(FeatureGroup)
-
featureMetadata
SearchRecord.Builder featureMetadata(FeatureMetadata 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
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.Builderavoiding the need to create one manually viaFeatureMetadata.builder().When the
Consumercompletes,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:
featureMetadata(FeatureMetadata)
-
project
SearchRecord.Builder project(Project 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
default SearchRecord.Builder project(Consumer<Project.Builder> project)
The properties of a project.
This is a convenience method that creates an instance of theProject.Builderavoiding the need to create one manually viaProject.builder().When the
Consumercompletes,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:
project(Project)
-
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.Builderavoiding the need to create one manually viaHyperParameterTuningJobSearchEntity.builder().When the
Consumercompletes,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:
hyperParameterTuningJob(HyperParameterTuningJobSearchEntity)
-
modelCard
SearchRecord.Builder modelCard(ModelCard 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
default SearchRecord.Builder modelCard(Consumer<ModelCard.Builder> 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.Builderavoiding the need to create one manually viaModelCard.builder().When the
Consumercompletes,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:
modelCard(ModelCard)
-
model
SearchRecord.Builder model(ModelDashboardModel 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
default SearchRecord.Builder model(Consumer<ModelDashboardModel.Builder> model)
Sets the value of the Model property for this object. This is a convenience method that creates an instance of theModelDashboardModel.Builderavoiding the need to create one manually viaModelDashboardModel.builder().When the
Consumercompletes,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:
model(ModelDashboardModel)
-
-