Method
Retrieves a list of versions for a given model monitor.
REQUIRED |
KEY |
TYPE |
DESCRIPTION |
Yes |
modelMonitorId |
str |
The unique ID associated with the model monitor.
|
No |
limit |
int |
The maximum length of the list of all model monitor versions.
|
No |
startAfterVersion |
str |
The ID 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[ModelMonitorVersion] |
|
TYPE |
WHEN |
DataNotFoundError |
modelMonitorId is not found.
|