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.
Path parameters
The membership identifier for the collaboration that contains the trained model.
The Amazon Resource Name (ARN) of the trained model for which to list versions.
Query parameters
The pagination token from a previous <code>ListTrainedModelVersions</code> request. Use this token to retrieve the next page of results.
The maximum number of trained model versions to return in a single page. The default value is 10, and the maximum value is 100.
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