v1

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

Lists recommendation jobs that satisfy various filters.

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

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Headers

X-Amz-Target'SageMaker.ListInferenceRecommendationsJobs' required

Request body

CreationTimeAfterstring date-time

A filter that returns only jobs created after the specified time (timestamp).

CreationTimeBeforestring date-time

A filter that returns only jobs created before the specified time (timestamp).

LastModifiedTimeAfterstring date-time

A filter that returns only jobs that were last modified after the specified time (timestamp).

LastModifiedTimeBeforestring date-time

A filter that returns only jobs that were last modified before the specified time (timestamp).

NameContainsstring

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

StatusEquals'PENDING' | 'IN_PROGRESS' | 'COMPLETED' | 'FAILED' | 'STOPPING' | 'STOPPED'

A filter that retrieves only inference recommendations jobs with a specific status.

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

The parameter by which to sort the results.

SortOrder'Ascending' | 'Descending'

The sort order for the results.

NextTokenstring

If the response to a previous <code>ListInferenceRecommendationsJobsRequest</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of recommendations, use the token in the next request.

MaxResultsinteger

The maximum number of recommendations to return in the response.

Response

Success

NextTokenstring

A token for getting the next set of recommendations, if there are any.