Skip to content

featurebyte.Catalog.get_by_id

get_by_id(
id: ObjectId
) -> Catalog

Description

Returns a Catalog object by its unique identifier (ID).

Parameters

  • id: ObjectId
    Catalog unique identifier ID.

Returns

  • Catalog
    Catalog object.

Examples

Get a Catalog object that is already saved.

>>> fb.Catalog.get_by_id(<catalog_id>)