v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-143021,9861.6 MB

Gets a list of <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_TrainingJobSummary.html">TrainingJobSummary</a> objects that describe the training jobs that a hyperparameter tuning job launched.

post/#X-Amz-Target=SageMaker.ListTrainingJobsForHyperParameterTuningJob

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Headers

X-Amz-Target'SageMaker.ListTrainingJobsForHyperParameterTuningJob' required

Request body

HyperParameterTuningJobNamestring required

The name of the tuning job whose training jobs you want to list.

NextTokenstring

If the result of the previous <code>ListTrainingJobsForHyperParameterTuningJob</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of training jobs, use the token in the next request.

MaxResultsinteger

The maximum number of training jobs to return. The default value is 10.

StatusEquals'InProgress' | 'Completed' | 'Failed' | 'Stopping' | 'Stopped'

A filter that returns only training jobs with the specified status.

SortBy'Name' | 'CreationTime' | 'Status' | 'FinalObjectiveMetricValue'
<p>The field to sort results by. The default is <code>Name</code>.</p> <p>If the value of this field is <code>FinalObjectiveMetricValue</code>, any training jobs that did not return an objective metric are not listed.</p>
SortOrder'Ascending' | 'Descending'

The sort order for results. The default is <code>Ascending</code>.

Response

Success

NextTokenstring

If the result of this <code>ListTrainingJobsForHyperParameterTuningJob</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of training jobs, use the token in the next request.