Method
Retrieves a list of versions for a given model.
| 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.
| KEY |
TYPE |
DESCRIPTION |
| success |
Boolean |
true if the call succeeded, false if there was an error |
| result |
list[ModelVersion] |
|
| TYPE |
WHEN |
| DataNotFoundError |
modelId is not found.
|