List all the feature groups associated with a project
REQUIRED | KEY | TYPE | DESCRIPTION |
---|---|---|---|
Yes | projectId | str | The unique ID associated with the project. |
No | filterFeatureGroupUse | str | The feature group use filter, when given as an argument only allows feature groups present in this project to be returned if they are of the given use. Possible values are: 'USER_CREATED', 'BATCH_PREDICTION_OUTPUT'. |
No | limit | int | The maximum number of feature groups to be retrieved. |
No | startAfterId | str | An offset parameter to exclude all feature groups up to a specified ID. |
KEY | TYPE | DESCRIPTION |
---|---|---|
success | Boolean | true if the call succeeded, false if there was an error |
result | list[ProjectFeatureGroup] |
TYPE | WHEN |
---|---|
DataNotFoundError |
|
DataNotFoundError |
|
InvalidEnumParameterError | An invalid value is passed for |