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_HyperParameterTuningJobSummary.html">HyperParameterTuningJobSummary</a> objects that describe the hyperparameter tuning jobs launched in your account.

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

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Headers

X-Amz-Target'SageMaker.ListHyperParameterTuningJobs' required

Request body

NextTokenstring

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

MaxResultsinteger

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

SortBy'Name' | 'Status' | 'CreationTime'

The field to sort results by. The default is <code>Name</code>.

SortOrder'Ascending' | 'Descending'

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

NameContainsstring

A string in the tuning job name. This filter returns only tuning jobs whose name contains the specified string.

CreationTimeAfterstring date-time

A filter that returns only tuning jobs that were created after the specified time.

CreationTimeBeforestring date-time

A filter that returns only tuning jobs that were created before the specified time.

LastModifiedTimeAfterstring date-time

A filter that returns only tuning jobs that were modified after the specified time.

LastModifiedTimeBeforestring date-time

A filter that returns only tuning jobs that were modified before the specified time.

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

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

Response

Success

NextTokenstring

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