Uses of Class
com.logicalclocks.hsfs.FeatureViewBase
Packages that use FeatureViewBase
Package
Description
-
Uses of FeatureViewBase in com.logicalclocks.hsfs
Classes in com.logicalclocks.hsfs with type parameters of type FeatureViewBaseModifier and TypeClassDescriptionclassFeatureViewBase<T extends FeatureViewBase,T3 extends FeatureStoreBase<T4>, T4 extends QueryBase, T5> Subclasses of FeatureViewBase in com.logicalclocks.hsfs -
Uses of FeatureViewBase in com.logicalclocks.hsfs.beam
Subclasses of FeatureViewBase in com.logicalclocks.hsfs.beam -
Uses of FeatureViewBase in com.logicalclocks.hsfs.engine
Classes in com.logicalclocks.hsfs.engine with type parameters of type FeatureViewBaseModifier and TypeClassDescriptionclassFeatureViewEngineBase<T1 extends QueryBase<T1,T4, T5>, T2 extends FeatureViewBase<T2, T3, T1, T5>, T3 extends FeatureStoreBase<T1>, T4 extends FeatureGroupBase, T5> Methods in com.logicalclocks.hsfs.engine that return types with arguments of type FeatureViewBaseModifier and TypeMethodDescriptionMethods in com.logicalclocks.hsfs.engine with parameters of type FeatureViewBaseModifier and TypeMethodDescriptionvoidFeatureViewEngineBase.addTag(FeatureViewBase featureViewBase, String name, Object value) voidFeatureViewEngineBase.addTag(FeatureViewBase featureViewBase, String name, Object value, Integer trainingDataVersion) voidFeatureViewEngineBase.deleteTag(FeatureViewBase featureViewBase, String name) voidFeatureViewEngineBase.deleteTag(FeatureViewBase featureViewBase, String name, Integer trainingDataVersion) VectorServer.getFeatureVector(FeatureViewBase featureViewBase, Map<String, Object> entry) VectorServer.getFeatureVector(FeatureViewBase featureViewBase, Map<String, Object> entry, boolean external) <T> TVectorServer.getFeatureVectorObject(FeatureViewBase featureViewBase, Map<String, Object> entry, boolean external, Class<T> returnType) VectorServer.getFeatureVectors(FeatureViewBase featureViewBase, Map<String, List<Object>> entry, boolean external) FeatureViewEngineBase.getTag(FeatureViewBase featureViewBase, String name) FeatureViewEngineBase.getTag(FeatureViewBase featureViewBase, String name, Integer trainingDataVersion) FeatureViewEngineBase.getTags(FeatureViewBase featureViewBase) FeatureViewEngineBase.getTags(FeatureViewBase featureViewBase, Integer trainingDataVersion) voidVectorServer.initPreparedStatement(FeatureViewBase featureViewBase, boolean batch) voidVectorServer.initPreparedStatement(FeatureViewBase featureViewBase, boolean batch, boolean external) voidVectorServer.initServing(FeatureViewBase featureViewBase, boolean batch) voidVectorServer.initServing(FeatureViewBase featureViewBase, boolean batch, boolean external) protected voidFeatureViewEngineBase.setEventTime(FeatureViewBase featureView, TrainingDatasetBase trainingDataset) -
Uses of FeatureViewBase in com.logicalclocks.hsfs.flink
Subclasses of FeatureViewBase in com.logicalclocks.hsfs.flink -
Uses of FeatureViewBase in com.logicalclocks.hsfs.metadata
Methods in com.logicalclocks.hsfs.metadata with type parameters of type FeatureViewBaseModifier and TypeMethodDescription<T extends FeatureViewBase>
FeatureViewBaseFeatureViewApi.get(FeatureStoreBase featureStoreBase, String name, Integer version, Class<T> fvType) <T extends FeatureViewBase>
TFeatureViewApi.save(FeatureViewBase featureViewBase, Class<T> fvType) Methods in com.logicalclocks.hsfs.metadata that return FeatureViewBaseModifier and TypeMethodDescription<T extends FeatureViewBase>
FeatureViewBaseFeatureViewApi.get(FeatureStoreBase featureStoreBase, String name, Integer version, Class<T> fvType) Methods in com.logicalclocks.hsfs.metadata that return types with arguments of type FeatureViewBaseModifier and TypeMethodDescriptionFeatureViewApi.get(FeatureStoreBase featureStoreBase, String name) Methods in com.logicalclocks.hsfs.metadata with parameters of type FeatureViewBaseModifier and TypeMethodDescriptionvoidTagsApi.add(FeatureViewBase featureViewBase, Integer trainingDatasetVersion, String name, Object value) voidTagsApi.add(FeatureViewBase featureViewBase, String name, Object value) voidFeatureViewApi.computeTrainingData(FeatureStoreBase featureStore, FeatureViewBase featureViewBase, TrainingDatasetBase trainingData) voidTagsApi.deleteTag(FeatureViewBase featureViewBase, Integer trainingDatasetVersion, String name) voidTagsApi.deleteTag(FeatureViewBase featureViewBase, String name) TagsApi.get(FeatureViewBase featureViewBase) TagsApi.get(FeatureViewBase featureViewBase, Integer trainingDatasetVersion) TagsApi.get(FeatureViewBase featureViewBase, Integer trainingDatasetVersion, String name) TagsApi.get(FeatureViewBase featureViewBase, String name) FeatureViewApi.getServingPreparedStatement(FeatureViewBase featureViewBase, boolean batch) FeatureViewApi.getTransformationFunctions(FeatureViewBase featureViewBase) StatisticsApi.post(FeatureViewBase featureViewBase, Integer trainingDataVersion, Statistics statistics) <T extends FeatureViewBase>
TFeatureViewApi.save(FeatureViewBase featureViewBase, Class<T> fvType) <T> TFeatureViewApi.update(FeatureViewBase featureViewBase, Class<T> fvType) -
Uses of FeatureViewBase in com.logicalclocks.hsfs.spark
Subclasses of FeatureViewBase in com.logicalclocks.hsfs.spark