featurebyte.FeatureList.list_versions¶
Description¶
Returns a DataFrame that presents a summary of the feature list versions belonging to the namespace of the FeatureList object. The DataFrame contains multiple attributes of the feature list versions, such as their versions names, deployment states, creation dates and the percentage of their features that are production_ready.
Parameters¶
- include_id: Optional[bool]
default: True
Whether to include FeatureList object id in the output table.
Returns¶
- pd.DataFrame
Table of feature lists
Examples¶
List saved FeatureList versions (calling from FeatureList class):
List FeatureList versions with the same name (calling from FeatureList object):