| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ListTrainingJobsForHyperParameterTuningJobRequest |
ListTrainingJobsForHyperParameterTuningJobRequest.clone() |
ListTrainingJobsForHyperParameterTuningJobRequest |
ListTrainingJobsForHyperParameterTuningJobRequest.withHyperParameterTuningJobName(String hyperParameterTuningJobName)
The name of the tuning job whose training jobs you want to list.
|
ListTrainingJobsForHyperParameterTuningJobRequest |
ListTrainingJobsForHyperParameterTuningJobRequest.withMaxResults(Integer maxResults)
The maximum number of training jobs to return.
|
ListTrainingJobsForHyperParameterTuningJobRequest |
ListTrainingJobsForHyperParameterTuningJobRequest.withNextToken(String nextToken)
If the result of the previous
ListTrainingJobsForHyperParameterTuningJob request was truncated, the
response includes a NextToken. |
ListTrainingJobsForHyperParameterTuningJobRequest |
ListTrainingJobsForHyperParameterTuningJobRequest.withSortBy(String sortBy)
The field to sort results by.
|
ListTrainingJobsForHyperParameterTuningJobRequest |
ListTrainingJobsForHyperParameterTuningJobRequest.withSortBy(TrainingJobSortByOptions sortBy)
The field to sort results by.
|
ListTrainingJobsForHyperParameterTuningJobRequest |
ListTrainingJobsForHyperParameterTuningJobRequest.withSortOrder(SortOrder sortOrder)
The sort order for results.
|
ListTrainingJobsForHyperParameterTuningJobRequest |
ListTrainingJobsForHyperParameterTuningJobRequest.withSortOrder(String sortOrder)
The sort order for results.
|
ListTrainingJobsForHyperParameterTuningJobRequest |
ListTrainingJobsForHyperParameterTuningJobRequest.withStatusEquals(String statusEquals)
A filter that returns only training jobs with the specified status.
|
ListTrainingJobsForHyperParameterTuningJobRequest |
ListTrainingJobsForHyperParameterTuningJobRequest.withStatusEquals(TrainingJobStatus statusEquals)
A filter that returns only training jobs with the specified status.
|
Copyright © 2025. All rights reserved.