feature_store_py.fs_feature_view

class feature_store_py.fs_feature_view.FeatureView(api_client, feature_view_id, feature_view_name, feature_entity_id, feature_entity_name, project_id, project_name, config={}, fields_dict={}, partitions=[''], primary_key=None, event_time=None, features_dict=None, summary=None)

基类:FeatureViewApi, FeatureStore

Build FeatureView.

apply_and_get_fg_json(fg_json)
property feature_view_id
property features
property features_dict
property fields
property fields_dict
get_fg_features()

return @fg_json: fg.json for current model @fg_features: all fg features for fg.json @feature_view_features: all feature view features for current feature view

get_online_features(join_ids={}, features=[], alias={})
property partitions
publish_table(partitions={}, mode='overwrite', event_time=None, publish_config=None)
to_str()
write_table(datasource=None, partitions={}, mode='overwrite')