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. |
| 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. |