Method
listFeatureGroupTemplates GET
Copy GET

List feature group templates, optionally scoped by the feature group that created the templates.

Arguments:

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.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error
result list[FeatureGroupTemplate]

Exceptions:

TYPE WHEN
DataNotFoundError

startAfterId is not found.

DataNotFoundError

featureGroupId is not found.

Language: