Method
listModelVersions GET
Copy GET

Retrieves a list of versions for a given model.

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes modelId str Unique string identifier associated with the model.
No limit int Maximum length of the list of all dataset versions.
No startAfterVersion str Unique string identifier of the version after which the list starts.
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error
result list[ModelVersion]

Exceptions:

TYPE WHEN
DataNotFoundError

modelId is not found.

Language: