Method
listBatchPredictionVersions GET
Copy GET

Retrieves a list of versions of a given batch prediction

Arguments:

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.

Response:

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

Exceptions:

TYPE WHEN
DataNotFoundError

batchPredictionId is not found.

Language: