List all the feature groups associated with a project
Arguments:
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.
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
list[ProjectFeatureGroup]
Exceptions:
TYPE
WHEN
DataNotFoundError
`projectId` is not found.
DataNotFoundError
`startAfterId` is not found.
InvalidEnumParameterError
An invalid value is passed for `filterFeatureGroupUse`.