Uses of Class
com.logicalclocks.hsfs.beam.FeatureView
Packages that use FeatureView
-
Uses of FeatureView in com.logicalclocks.hsfs.beam
Methods in com.logicalclocks.hsfs.beam that return FeatureViewModifier and TypeMethodDescriptionFeatureView.FeatureViewBuilder.build()FeatureStore.getFeatureView(@NonNull String name, @NonNull Integer version) Get a feature view object from the selected feature store.FeatureStore.getFeatureView(String name) Get a feature view object from the selected feature store.FeatureStore.getOrCreateFeatureView(String name, com.logicalclocks.hsfs.beam.constructor.Query query, Integer version) Get feature view metadata object or create a new one if it doesn't exist. -
Uses of FeatureView in com.logicalclocks.hsfs.beam.engine
Methods in com.logicalclocks.hsfs.beam.engine that return FeatureViewModifier and TypeMethodDescriptionFeatureViewEngine.get(FeatureStore featureStore, String name, Integer version) FeatureViewEngine.getOrCreateFeatureView(FeatureStore featureStore, String name, Integer version, com.logicalclocks.hsfs.beam.constructor.Query query, String description, List<String> labels) FeatureViewEngine.update(FeatureView featureView) Methods in com.logicalclocks.hsfs.beam.engine with parameters of type FeatureView