Method
List feature group templates, optionally scoped by the feature group that created the templates.
| REQUIRED |
KEY |
TYPE |
DESCRIPTION |
| No |
limit |
int |
Maximum number of templates to be retrieved.
|
| No |
startAfterId |
str |
Offset parameter to exclude all templates up to the specified feature group template ID.
|
| No |
featureGroupId |
str |
If specified, limit to templates created from this feature group.
|
| No |
shouldIncludeSystemTemplates |
bool |
If True, will include built-in templates.
|
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[FeatureGroupTemplate] |
|
| TYPE |
WHEN |
| DataNotFoundError |
`startAfterId` is not found. |
| DataNotFoundError |
`featureGroupId` is not found. |