Method
Gets a list of feature group row processes.
REQUIRED |
KEY |
TYPE |
DESCRIPTION |
Yes |
deploymentId |
str |
The deployment id for the process
|
No |
limit |
int |
The maximum number of processes to return. Defaults to None.
|
No |
status |
str |
The status of the processes to return. Defaults to None.
|
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 |
list[FeatureGroupRowProcess] |
|
TYPE |
WHEN |
DataNotFoundError |
deploymentId is not found.
|