Method
Returns a stream containing the batch prediction results.
REQUIRED |
KEY |
TYPE |
DESCRIPTION |
Yes |
batchPredictionVersion |
str |
Unique string identifier of the batch prediction version to get the results from.
|
No |
offset |
int |
The offset to read from.
|
No |
chunkSize |
int |
The maximum amount of data to read.
|
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 |
data |
stream |
|
TYPE |
WHEN |
NotReadyError |
The batch prediction is not done. |
ConflictError |
The batch prediction results are located in an external service. |