Method
Retrieves a list of versions of a given batch prediction
| REQUIRED |
KEY |
TYPE |
DESCRIPTION |
| Yes |
batchPredictionId |
str |
Unique identifier of the batch prediction.
|
| No |
limit |
int |
Number of versions to list.
|
| No |
startAfterVersion |
str |
Version to start after.
|
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[BatchPredictionVersion] |
|
| TYPE |
WHEN |
| DataNotFoundError |
`batchPredictionId` is not found. |