| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
SearchRecord |
SearchRecord.clone() |
SearchRecord |
SearchRecord.withExperiment(Experiment experiment)
A summary of the properties of an experiment.
|
SearchRecord |
SearchRecord.withTrainingJob(TrainingJob trainingJob)
A
TrainingJob object that is returned as part of a Search request. |
SearchRecord |
SearchRecord.withTrial(Trial trial)
A summary of the properties of a trial.
|
SearchRecord |
SearchRecord.withTrialComponent(TrialComponent trialComponent)
A summary of the properties of a trial component.
|
| Modifier and Type | Method and Description |
|---|---|
List<SearchRecord> |
SearchResult.getResults()
A list of
SearchResult objects. |
| Modifier and Type | Method and Description |
|---|---|
SearchResult |
SearchResult.withResults(SearchRecord... results)
A list of
SearchResult objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchResult.setResults(Collection<SearchRecord> results)
A list of
SearchResult objects. |
SearchResult |
SearchResult.withResults(Collection<SearchRecord> results)
A list of
SearchResult objects. |
Copyright © 2020. All rights reserved.