featurebyte.FeatureList.list_deployments¶ list_deployments( ) -> DataFrame Description¶ List all deployments associated with the FeatureList object. Returns¶ DataFrame List of deployments Examples¶ >>> feature_list = catalog.get_feature_list("invoice_feature_list") >>> feature_list.list_deployments()