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. |
KEY | TYPE | DESCRIPTION |
---|---|---|
success | Boolean | true if the call succeeded, false if there was an error |
result | list[ModelMonitorVersion] |
TYPE | WHEN |
---|---|
DataNotFoundError |
|
Coming Soon!