Method
getBatchPredictionConnectorErrors GET
Copy GET

Returns a stream containing the batch prediction database connection write errors, if any writes failed for the specified batch prediction job.

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes batchPredictionVersion str Unique string identifier of the batch prediction job to get the errors for.
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
data stream
Language: