Method
getBatchPredictionVersionLogs GET
Copy GET

Retrieves the batch prediction logs.

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes batchPredictionVersion str The unique version ID of the batch prediction version.
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 BatchPredictionVersionLogs
KEY TYPE Description
logs List[str] List of logs from batch prediction version.
warnings List[str] List of warnings from batch prediction version.
Language: