Uses of Class
com.logicalclocks.hsfs.spark.FeatureStore
Packages that use FeatureStore
-
Uses of FeatureStore in com.logicalclocks.hsfs.spark
Methods in com.logicalclocks.hsfs.spark that return FeatureStoreModifier and TypeMethodDescriptionHopsworksConnection.getFeatureStore()Retrieve the project feature store.HopsworksConnection.getFeatureStore(String name) Retrieve a feature store based on name.Methods in com.logicalclocks.hsfs.spark with parameters of type FeatureStoreModifier and TypeMethodDescriptionvoidFeatureView.clean(FeatureStore featureStore, String featureViewName, Integer featureViewVersion) Delete the feature view and all associated metadata and training data.Constructors in com.logicalclocks.hsfs.spark with parameters of type FeatureStoreModifierConstructorDescriptionExternalFeatureGroup(FeatureStore featureStore, int id) ExternalFeatureGroup(FeatureStore featureStore, @NonNull String name, Integer version, String query, ExternalDataFormat dataFormat, String path, Map<String, String> options, @NonNull StorageConnector storageConnector, String description, List<String> primaryKeys, List<Feature> features, StatisticsConfig statisticsConfig, String eventTime, boolean onlineEnabled, String onlineTopicName, String topicName, String notificationTopicName, OnlineConfig onlineConfig) FeatureGroup(FeatureStore featureStore, int id) FeatureGroup(FeatureStore featureStore, @NonNull String name, Integer version, String description, List<String> primaryKeys, List<String> partitionKeys, String hudiPrecombineKey, boolean onlineEnabled, TimeTravelFormat timeTravelFormat, List<Feature> features, StatisticsConfig statisticsConfig, String onlineTopicName, String topicName, String notificationTopicName, String eventTime, OnlineConfig onlineConfig, StorageConnector storageConnector, String path) FeatureGroup(FeatureStore featureStore, Integer id) FeatureView(@NonNull String name, Integer version, @NonNull Query query, String description, @NonNull FeatureStore featureStore, List<String> labels) FeatureViewBuilder(FeatureStore featureStore) StreamFeatureGroup(FeatureStore featureStore, int id) StreamFeatureGroup(FeatureStore featureStore, @NonNull String name, Integer version, String description, List<String> primaryKeys, List<String> partitionKeys, String hudiPrecombineKey, boolean onlineEnabled, TimeTravelFormat timeTravelFormat, List<Feature> features, StatisticsConfig statisticsConfig, String onlineTopicName, String topicName, String notificationTopicName, String eventTime, OnlineConfig onlineConfig, StorageConnector storageConnector, String path) -
Uses of FeatureStore in com.logicalclocks.hsfs.spark.engine
Methods in com.logicalclocks.hsfs.spark.engine with parameters of type FeatureStoreModifier and TypeMethodDescriptionFeatureViewEngine.get(FeatureStore featureStore, String name, Integer version) FeatureGroupEngine.getExternalFeatureGroup(FeatureStore featureStore, String fgName, Integer fgVersion) FeatureGroupEngine.getExternalFeatureGroups(FeatureStore featureStore, String fgName) FeatureGroupEngine.getFeatureGroup(FeatureStore featureStore, String fgName, Integer fgVersion) FeatureGroupEngine.getFeatureGroups(FeatureStore featureStore, String fgName) FeatureGroupEngine.getOrCreateFeatureGroup(FeatureStore featureStore, String name, Integer version, String description, List<String> primaryKeys, List<String> partitionKeys, String hudiPrecombineKey, boolean onlineEnabled, TimeTravelFormat timeTravelFormat, StatisticsConfig statisticsConfig, String topicName, String notificationTopicName, String eventTime, OnlineConfig onlineConfig) FeatureViewEngine.getOrCreateFeatureView(FeatureStore featureStore, String name, Integer version, Query query, String description, List<String> labels) FeatureGroupEngine.getOrCreateStreamFeatureGroup(FeatureStore featureStore, String name, Integer version, String description, List<String> primaryKeys, List<String> partitionKeys, String hudiPrecombineKey, boolean onlineEnabled, StatisticsConfig statisticsConfig, String eventTime, TimeTravelFormat timeTravelFormat, List<Feature> features, DataSource dataSource, OnlineConfig onlineConfig) FeatureGroupEngine.getOrCreateStreamFeatureGroup(FeatureStore featureStore, String name, Integer version, String description, List<String> primaryKeys, List<String> partitionKeys, String hudiPrecombineKey, boolean onlineEnabled, StatisticsConfig statisticsConfig, String eventTime, TimeTravelFormat timeTravelFormat, List<Feature> features, StorageConnector storageConnector, String path, OnlineConfig onlineConfig) FeatureGroupEngine.getStreamFeatureGroup(FeatureStore featureStore, String fgName, Integer fgVersion) FeatureGroupEngine.getStreamFeatureGroups(FeatureStore featureStore, String fgName)