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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListHyperParameterTuningJobsResponse.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.
List.Builder
avoiding the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #hyperParameterTuningJobSummaries(List)
.hyperParameterTuningJobSummaries
- a consumer that will call methods on List.Builder
#hyperParameterTuningJobSummaries(List)
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 © 2020. All rights reserved.