Skip to content

featurebyte.Deployment.list

list(
include_id: Union[bool, NoneType]=True
) -> DataFrame

Description

Returns a DataFrame that lists the deployments by their names, feature list names, feature list versions, number of features, and whether the features are enabled.

Parameters

  • include_id: Union[bool, NoneType]
    default: True
    Whether to include id in the list.

Returns

  • DataFrame
    Table of objects.

Examples

List all deployments.

>>> deployments = fb.Deployment.list()