v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1459348326.0 KB

Returns a list of trained model versions for a specified trained model. This operation allows you to view all versions of a trained model, including information about their status and creation details. You can use this to track the evolution of your trained models and select specific versions for inference or further training.

get/memberships/{membershipIdentifier}/trained-models/{trainedModelArn}/versions

Path parameters

membershipIdentifierstring required

The membership identifier for the collaboration that contains the trained model.

trainedModelArnstring required

The Amazon Resource Name (ARN) of the trained model for which to list versions.

Query parameters

nextTokenstring

The pagination token from a previous <code>ListTrainedModelVersions</code> request. Use this token to retrieve the next page of results.

maxResultsinteger

The maximum number of trained model versions to return in a single page. The default value is 10, and the maximum value is 100.

status'CREATE_PENDING' | 'CREATE_IN_PROGRESS' | 'CREATE_FAILED' | 'ACTIVE' | 'DELETE_PENDING' | 'DELETE_IN_PROGRESS' | 'DELETE_FAILED' | 'INACTIVE' | 'CANCEL_PENDING' | 'CANCEL_IN_PROGRESS' | 'CANCEL_FAILED'

Filter the results to only include trained model versions with the specified status. Valid values include <code>CREATE_PENDING</code>, <code>CREATE_IN_PROGRESS</code>, <code>ACTIVE</code>, <code>CREATE_FAILED</code>, and others.

Response

Success

nextTokenstring

The pagination token to use in a subsequent <code>ListTrainedModelVersions</code> request to retrieve the next page of results. This value is null when there are no more results to return.