Method
Downloads a chunk of the result of the execution of feature group operation
REQUIRED |
KEY |
TYPE |
DESCRIPTION |
Yes |
featureGroupOperationRunId |
str |
The unique ID associated with the execution.
|
Yes |
part |
int |
The part number of the result
|
No |
offset |
int |
The offset in the part
|
No |
chunkSize |
int |
The size of the chunk
|
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 |
DataNotFoundError |
featureGroupOperationRunId is not found.
|