Method
Retrieves the batch prediction logs.
| 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.
| 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. |
|