featurebyte.FeatureStore.get¶ get( name: str ) -> FeatureStore Description¶ Gets a FeatureStore object by its name. Parameters¶ name: str Name of the feature store to retrieve. Returns¶ FeatureStore FeatureStore object. Examples¶ Get a FeatureStore object that is already saved. >>> feature_store = fb.FeatureStore.get("feature_store_name")