Skip to content

featurebyte.Catalog.get_batch_feature_table

get_batch_feature_table(
name: str
) -> BatchFeatureTable

Description

Get batch feature table by name.

Parameters

  • name: str
    Batch feature table name.

Returns

  • BatchFeatureTable
    Batch feature table object.

Examples

Get a saved batch feature table.

>>> batch_feature_table = catalog.get_batch_feature_table("batch_feature_table_name")