Method
getFeatureGroupRowProcessSummary POST
Copy POST

Gets a summary of the statuses of the individual feature group processes.

Arguments:

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.

Response:

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

Exceptions:

TYPE WHEN
DataNotFoundError

deploymentId is not found.

Language: