v1

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

Lists model compilation jobs that satisfy various filters.

To create a model compilation job, use CreateCompilationJob. To get information about a particular model compilation job you have created, use DescribeCompilationJob.

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

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Headers

X-Amz-Target'SageMaker.ListCompilationJobs' required

Request body

NextTokenstring

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

MaxResultsinteger

The maximum number of model compilation jobs to return in the response.

CreationTimeAfterstring date-time

A filter that returns the model compilation jobs that were created after a specified time.

CreationTimeBeforestring date-time

A filter that returns the model compilation jobs that were created before a specified time.

LastModifiedTimeAfterstring date-time

A filter that returns the model compilation jobs that were modified after a specified time.

LastModifiedTimeBeforestring date-time

A filter that returns the model compilation jobs that were modified before a specified time.

NameContainsstring

A filter that returns the model compilation jobs whose name contains a specified string.

StatusEquals'INPROGRESS' | 'COMPLETED' | 'FAILED' | 'STARTING' | 'STOPPING' | 'STOPPED'

A filter that retrieves model compilation jobs with a specific <code>CompilationJobStatus</code> status.

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

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

SortOrder'Ascending' | 'Descending'

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

Response

Success

NextTokenstring

If the response is truncated, Amazon SageMaker returns this <code>NextToken</code>. To retrieve the next set of model compilation jobs, use this token in the next request.