featurebyte.list_deployments¶
list_deployments(
include_id: Union[bool, NoneType]=True
) -> DataFrameDescription¶
List all deployments across all catalogs. Deployed features are updated regularly based on their job settings and consume recurring compute resources in the data warehouse.
It is recommended to delete deployments when they are no longer needed to avoid unnecessary costs.
Parameters¶
- include_id: Union[bool, NoneType]
default: True
Whether to include id in the list
Returns¶
- DataFrame
List of deployments
Examples¶
See Also¶
- FeatureList.deploy Deploy / Undeploy a feature list