featurebyte.Catalog.get_batch_feature_table_by_id¶ get_batch_feature_table_by_id( id: ObjectId ) -> BatchFeatureTable Description¶ Get batch feature table task by id. Parameters¶ id: ObjectId Batch feature table id. Returns¶ BatchFeatureTable Batch feature table object. Examples¶ Get a saved batch feature table. >>> batch_feature_table = catalog.get_batch_feature_table_by_id(ObjectId())