Interface SearchRecord.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SearchRecord.Builder,,- SearchRecord> - SdkBuilder<SearchRecord.Builder,,- SearchRecord> - SdkPojo
- Enclosing class:
- SearchRecord
- 
Method SummaryModifier and TypeMethodDescriptiondefault SearchRecord.Builderendpoint(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.Builderexperiment(Consumer<Experiment.Builder> experiment) The properties of an experiment.experiment(Experiment experiment) The properties of an experiment.default SearchRecord.BuilderfeatureGroup(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.BuilderfeatureMetadata(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.BuilderhyperParameterTuningJob(Consumer<HyperParameterTuningJobSearchEntity.Builder> hyperParameterTuningJob) The properties of a hyperparameter tuning job.hyperParameterTuningJob(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.model(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.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.modelPackage(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.modelPackageGroup(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.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.pipelineExecution(PipelineExecution pipelineExecution) Sets the value of the PipelineExecution property for this object.default SearchRecord.BuilderpipelineVersion(Consumer<PipelineVersion.Builder> pipelineVersion) The version of the pipeline.pipelineVersion(PipelineVersion pipelineVersion) The version of the pipeline.default SearchRecord.Builderproject(Consumer<Project.Builder> project) The properties of a project.The properties of a project.default SearchRecord.BuildertrainingJob(Consumer<TrainingJob.Builder> trainingJob) The properties of a training job.trainingJob(TrainingJob trainingJob) The properties of a training job.default SearchRecord.Buildertrial(Consumer<Trial.Builder> trial) The properties of a trial.The properties of a trial.default SearchRecord.BuildertrialComponent(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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
trainingJobThe 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.
 
- 
trainingJobThe 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 on- TrainingJob.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
experimentThe 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.
 
- 
experimentThe 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 on- Experiment.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
trialThe 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.
 
- 
trialThe 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 on- Trial.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
trialComponentThe 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.
 
- 
trialComponentThe 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 on- TrialComponent.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
endpointSets 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.
 
- 
endpointSets 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 on- Endpoint.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
modelPackageSets 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.
 
- 
modelPackageSets 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 on- ModelPackage.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
modelPackageGroupSets 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.
 
- 
modelPackageGroupdefault 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 on- ModelPackageGroup.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
pipelineSets 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.
 
- 
pipelineSets 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 on- Pipeline.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
pipelineExecutionSets 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.
 
- 
pipelineExecutiondefault 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 on- PipelineExecution.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
pipelineVersionThe version of the pipeline. - Parameters:
- pipelineVersion- The version of the pipeline.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
pipelineVersionThe version of the pipeline. This is a convenience method that creates an instance of thePipelineVersion.Builderavoiding the need to create one manually viaPipelineVersion.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topipelineVersion(PipelineVersion).- Parameters:
- pipelineVersion- a consumer that will call methods on- PipelineVersion.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
featureGroupSets 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.
 
- 
featureGroupSets 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 on- FeatureGroup.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
featureMetadataThe 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.
 
- 
featureMetadataThe 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 on- FeatureMetadata.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
projectThe 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.
 
- 
projectThe 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 on- Project.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
hyperParameterTuningJobSearchRecord.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.
 
- 
hyperParameterTuningJobdefault 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 on- HyperParameterTuningJobSearchEntity.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
modelCardAn 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.
 
- 
modelCardAn 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 on- ModelCard.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
modelSets 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.
 
- 
modelSets 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 on- ModelDashboardModel.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-