| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
SearchRecord |
SearchRecord.clone() |
SearchRecord |
SearchRecord.withEndpoint(Endpoint endpoint) |
SearchRecord |
SearchRecord.withExperiment(Experiment experiment)
The properties of an experiment.
|
SearchRecord |
SearchRecord.withFeatureGroup(FeatureGroup featureGroup) |
SearchRecord |
SearchRecord.withFeatureMetadata(FeatureMetadata featureMetadata)
The feature metadata used to search through the features.
|
SearchRecord |
SearchRecord.withHyperParameterTuningJob(HyperParameterTuningJobSearchEntity hyperParameterTuningJob)
The properties of a hyperparameter tuning job.
|
SearchRecord |
SearchRecord.withModel(ModelDashboardModel model) |
SearchRecord |
SearchRecord.withModelCard(ModelCard modelCard)
An Amazon SageMaker Model Card that documents details about a machine learning model.
|
SearchRecord |
SearchRecord.withModelPackage(ModelPackage modelPackage) |
SearchRecord |
SearchRecord.withModelPackageGroup(ModelPackageGroup modelPackageGroup) |
SearchRecord |
SearchRecord.withPipeline(Pipeline pipeline) |
SearchRecord |
SearchRecord.withPipelineExecution(PipelineExecution pipelineExecution) |
SearchRecord |
SearchRecord.withProject(Project project)
The properties of a project.
|
SearchRecord |
SearchRecord.withTrainingJob(TrainingJob trainingJob)
The properties of a training job.
|
SearchRecord |
SearchRecord.withTrial(Trial trial)
The properties of a trial.
|
SearchRecord |
SearchRecord.withTrialComponent(TrialComponent trialComponent)
The properties of a trial component.
|
| Modifier and Type | Method and Description |
|---|---|
List<SearchRecord> |
SearchResult.getResults()
A list of
SearchRecord objects. |
| Modifier and Type | Method and Description |
|---|---|
SearchResult |
SearchResult.withResults(SearchRecord... results)
A list of
SearchRecord objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchResult.setResults(Collection<SearchRecord> results)
A list of
SearchRecord objects. |
SearchResult |
SearchResult.withResults(Collection<SearchRecord> results)
A list of
SearchRecord objects. |
Copyright © 2023. All rights reserved.