public static interface ListHyperParameterTuningJobsResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListHyperParameterTuningJobsResponse.Builder,ListHyperParameterTuningJobsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListHyperParameterTuningJobsResponse.Builder |
hyperParameterTuningJobSummaries(Collection<HyperParameterTuningJobSummary> hyperParameterTuningJobSummaries)
A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that the
ListHyperParameterTuningJobs request returned. |
ListHyperParameterTuningJobsResponse.Builder |
hyperParameterTuningJobSummaries(Consumer<HyperParameterTuningJobSummary.Builder>... hyperParameterTuningJobSummaries)
A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that the
ListHyperParameterTuningJobs request returned. |
ListHyperParameterTuningJobsResponse.Builder |
hyperParameterTuningJobSummaries(HyperParameterTuningJobSummary... hyperParameterTuningJobSummaries)
A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that the
ListHyperParameterTuningJobs request returned. |
ListHyperParameterTuningJobsResponse.Builder |
nextToken(String nextToken)
If the result of this
ListHyperParameterTuningJobs request was truncated, the response includes
a NextToken. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListHyperParameterTuningJobsResponse.Builder hyperParameterTuningJobSummaries(Collection<HyperParameterTuningJobSummary> hyperParameterTuningJobSummaries)
A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that the
ListHyperParameterTuningJobs request returned.
hyperParameterTuningJobSummaries - A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that the
ListHyperParameterTuningJobs request returned.ListHyperParameterTuningJobsResponse.Builder hyperParameterTuningJobSummaries(HyperParameterTuningJobSummary... hyperParameterTuningJobSummaries)
A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that the
ListHyperParameterTuningJobs request returned.
hyperParameterTuningJobSummaries - A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that the
ListHyperParameterTuningJobs request returned.ListHyperParameterTuningJobsResponse.Builder hyperParameterTuningJobSummaries(Consumer<HyperParameterTuningJobSummary.Builder>... hyperParameterTuningJobSummaries)
A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that the
ListHyperParameterTuningJobs request returned.
HyperParameterTuningJobSummary.Builder avoiding the
need to create one manually via
HyperParameterTuningJobSummary.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #hyperParameterTuningJobSummaries(List.
hyperParameterTuningJobSummaries - a consumer that will call methods on
HyperParameterTuningJobSummary.Builder#hyperParameterTuningJobSummaries(java.util.Collection) ListHyperParameterTuningJobsResponse.Builder nextToken(String nextToken)
If the result of this ListHyperParameterTuningJobs request was truncated, the response includes
a NextToken. To retrieve the next set of tuning jobs, use the token in the next request.
nextToken - If the result of this ListHyperParameterTuningJobs request was truncated, the response
includes a NextToken. To retrieve the next set of tuning jobs, use the token in the next
request.Copyright © 2023. All rights reserved.