Method
Gets a summary of the statuses of the individual feature group processes.
REQUIRED |
KEY |
TYPE |
DESCRIPTION |
Yes |
deploymentId |
str |
The deployment id for the process
|
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 |
FeatureGroupRowProcessSummary |
KEY |
TYPE |
Description |
totalProcesses |
int |
The total number of processes |
pendingProcesses |
int |
The number of pending processes |
processingProcesses |
int |
The number of processes currently processing |
completeProcesses |
int |
The number of complete processes |
failedProcesses |
int |
The number of failed processes |
|
TYPE |
WHEN |
DataNotFoundError |
deploymentId is not found.
|