Method
listModelMonitorVersions GET
Copy GET

Retrieves a list of versions for a given model monitor.

Arguments:

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.

Response:

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

Exceptions:

TYPE WHEN
DataNotFoundError

modelMonitorId is not found.

Language: