v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14108906717.7 KB

Lists custom model deployments in your account. You can filter the results by creation time, name, status, and associated model. Use this operation to manage and monitor your custom model deployments.

We recommend using pagination to ensure that the operation returns quickly and successfully.

The following actions are related to the ListCustomModelDeployments operation:

get/model-customization/custom-model-deployments

Query parameters

createdBeforestring date-time

Filters deployments created before the specified date and time.

createdAfterstring date-time

Filters deployments created after the specified date and time.

nameContainsstring

Filters deployments whose names contain the specified string.

maxResultsinteger

The maximum number of results to return in a single call.

nextTokenstring

The token for the next set of results. Use this token to retrieve additional results when the response is truncated.

sortBy'CreationTime'

The field to sort the results by. The only supported value is <code>CreationTime</code>.

sortOrder'Ascending' | 'Descending'

The sort order for the results. Valid values are <code>Ascending</code> and <code>Descending</code>. Default is <code>Descending</code>.

statusEquals'Creating' | 'Active' | 'Failed'

Filters deployments by status. Valid values are <code>CREATING</code>, <code>ACTIVE</code>, and <code>FAILED</code>.

modelArnEqualsstring

Filters deployments by the Amazon Resource Name (ARN) of the associated custom model.

Response

Success

nextTokenstring

The token for the next set of results. This value is null when there are no more results to return.