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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTrainingJobsForHyperParameterTuningJobResponse.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.
HyperParameterTrainingJobSummary.Builder avoiding the
need to create one manually via
HyperParameterTrainingJobSummary.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #trainingJobSummaries(List.
trainingJobSummaries - a consumer that will call methods on
HyperParameterTrainingJobSummary.Builder#trainingJobSummaries(java.util.Collection) 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 © 2023. All rights reserved.