| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model | |
| software.amazon.awssdk.services.sagemaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<HyperParameterTuningJobSummary> |
ListHyperParameterTuningJobsResponse.hyperParameterTuningJobSummaries()
A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that the
ListHyperParameterTuningJobs request returned. |
| Modifier and Type | Method and Description |
|---|---|
ListHyperParameterTuningJobsResponse.Builder |
ListHyperParameterTuningJobsResponse.Builder.hyperParameterTuningJobSummaries(HyperParameterTuningJobSummary... hyperParameterTuningJobSummaries)
A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that the
ListHyperParameterTuningJobs request returned. |
| Modifier and Type | Method and Description |
|---|---|
ListHyperParameterTuningJobsResponse.Builder |
ListHyperParameterTuningJobsResponse.Builder.hyperParameterTuningJobSummaries(Collection<HyperParameterTuningJobSummary> hyperParameterTuningJobSummaries)
A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that the
ListHyperParameterTuningJobs request returned. |
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<HyperParameterTuningJobSummary> |
ListHyperParameterTuningJobsPublisher.hyperParameterTuningJobSummaries()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<HyperParameterTuningJobSummary> |
ListHyperParameterTuningJobsIterable.hyperParameterTuningJobSummaries()
Returns an iterable to iterate through the paginated
ListHyperParameterTuningJobsResponse.hyperParameterTuningJobSummaries() member. |
Copyright © 2021. All rights reserved.