| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ListTrainingJobsForHyperParameterTuningJobResponse.Builder |
ListTrainingJobsForHyperParameterTuningJobResponse.builder() |
ListTrainingJobsForHyperParameterTuningJobResponse.Builder |
ListTrainingJobsForHyperParameterTuningJobResponse.Builder.nextToken(String nextToken)
If the result of this
ListTrainingJobsForHyperParameterTuningJob request was truncated, the
response includes a NextToken. |
ListTrainingJobsForHyperParameterTuningJobResponse.Builder |
ListTrainingJobsForHyperParameterTuningJobResponse.toBuilder() |
ListTrainingJobsForHyperParameterTuningJobResponse.Builder |
ListTrainingJobsForHyperParameterTuningJobResponse.Builder.trainingJobSummaries(Collection<HyperParameterTrainingJobSummary> trainingJobSummaries)
A list of TrainingJobSummary objects that describe the training jobs that the
ListTrainingJobsForHyperParameterTuningJob request returned. |
ListTrainingJobsForHyperParameterTuningJobResponse.Builder |
ListTrainingJobsForHyperParameterTuningJobResponse.Builder.trainingJobSummaries(Consumer<HyperParameterTrainingJobSummary.Builder>... trainingJobSummaries)
A list of TrainingJobSummary objects that describe the training jobs that the
ListTrainingJobsForHyperParameterTuningJob request returned. |
ListTrainingJobsForHyperParameterTuningJobResponse.Builder |
ListTrainingJobsForHyperParameterTuningJobResponse.Builder.trainingJobSummaries(HyperParameterTrainingJobSummary... trainingJobSummaries)
A list of TrainingJobSummary objects that describe the training jobs that the
ListTrainingJobsForHyperParameterTuningJob request returned. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListTrainingJobsForHyperParameterTuningJobResponse.Builder> |
ListTrainingJobsForHyperParameterTuningJobResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.