public static interface ListTrainingJobsForHyperParameterTuningJobResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListTrainingJobsForHyperParameterTuningJobResponse.Builder,ListTrainingJobsForHyperParameterTuningJobResponse>
Modifier and Type | Method and Description |
---|---|
ListTrainingJobsForHyperParameterTuningJobResponse.Builder |
nextToken(String nextToken)
If the result of this
ListTrainingJobsForHyperParameterTuningJob request was truncated, the
response includes a NextToken . |
ListTrainingJobsForHyperParameterTuningJobResponse.Builder |
trainingJobSummaries(Collection<HyperParameterTrainingJobSummary> trainingJobSummaries)
A list of TrainingJobSummary objects that describe the training jobs that the
ListTrainingJobsForHyperParameterTuningJob request returned. |
ListTrainingJobsForHyperParameterTuningJobResponse.Builder |
trainingJobSummaries(Consumer<HyperParameterTrainingJobSummary.Builder>... trainingJobSummaries)
A list of TrainingJobSummary objects that describe the training jobs that the
ListTrainingJobsForHyperParameterTuningJob request returned. |
ListTrainingJobsForHyperParameterTuningJobResponse.Builder |
trainingJobSummaries(HyperParameterTrainingJobSummary... trainingJobSummaries)
A list of TrainingJobSummary objects that describe the training jobs that the
ListTrainingJobsForHyperParameterTuningJob request returned. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListTrainingJobsForHyperParameterTuningJobResponse.Builder trainingJobSummaries(Collection<HyperParameterTrainingJobSummary> trainingJobSummaries)
A list of TrainingJobSummary objects that describe the training jobs that the
ListTrainingJobsForHyperParameterTuningJob
request returned.
trainingJobSummaries
- A list of TrainingJobSummary objects that describe the training jobs that the
ListTrainingJobsForHyperParameterTuningJob
request returned.ListTrainingJobsForHyperParameterTuningJobResponse.Builder trainingJobSummaries(HyperParameterTrainingJobSummary... trainingJobSummaries)
A list of TrainingJobSummary objects that describe the training jobs that the
ListTrainingJobsForHyperParameterTuningJob
request returned.
trainingJobSummaries
- A list of TrainingJobSummary objects that describe the training jobs that the
ListTrainingJobsForHyperParameterTuningJob
request returned.ListTrainingJobsForHyperParameterTuningJobResponse.Builder trainingJobSummaries(Consumer<HyperParameterTrainingJobSummary.Builder>... trainingJobSummaries)
A list of TrainingJobSummary objects that describe the training jobs that the
ListTrainingJobsForHyperParameterTuningJob
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 #trainingJobSummaries(List)
.trainingJobSummaries
- a consumer that will call methods on List.Builder
#trainingJobSummaries(List)
ListTrainingJobsForHyperParameterTuningJobResponse.Builder nextToken(String nextToken)
If the result of this ListTrainingJobsForHyperParameterTuningJob
request was truncated, the
response includes a NextToken
. To retrieve the next set of training jobs, use the token in the
next request.
nextToken
- If the result of this ListTrainingJobsForHyperParameterTuningJob
request was truncated,
the response includes a NextToken
. To retrieve the next set of training jobs, use the
token in the next request.Copyright © 2020. All rights reserved.