Uses of Class
com.logicalclocks.hsfs.spark.ExternalFeatureGroup
Packages that use ExternalFeatureGroup
-
Uses of ExternalFeatureGroup in com.logicalclocks.hsfs.spark
Methods in com.logicalclocks.hsfs.spark that return ExternalFeatureGroupModifier and TypeMethodDescriptionFeatureStore.getExternalFeatureGroup(@NonNull String name, @NonNull Integer version) Get an external feature group object from the feature store.FeatureStore.getExternalFeatureGroup(String name) Get an external feature group object with default version `1` from the feature store.FeatureStore.getOnDemandFeatureGroup(@NonNull String name, @NonNull Integer version) Deprecated.FeatureStore.getOnDemandFeatureGroup(String name) Deprecated.Methods in com.logicalclocks.hsfs.spark that return types with arguments of type ExternalFeatureGroupModifier and TypeMethodDescriptionscala.collection.Seq<ExternalFeatureGroup>FeatureStore.getExternalFeatureGroups(@NonNull String name) Get a list of all versions of an external feature group from the feature store.scala.collection.Seq<ExternalFeatureGroup>FeatureStore.getOnDemandFeatureGroups(@NonNull String name) Deprecated. -
Uses of ExternalFeatureGroup in com.logicalclocks.hsfs.spark.engine
Methods in com.logicalclocks.hsfs.spark.engine that return ExternalFeatureGroupModifier and TypeMethodDescriptionFeatureGroupEngine.getExternalFeatureGroup(FeatureStore featureStore, String fgName, Integer fgVersion) FeatureGroupEngine.saveExternalFeatureGroup(ExternalFeatureGroup externalFeatureGroup) Methods in com.logicalclocks.hsfs.spark.engine that return types with arguments of type ExternalFeatureGroupModifier and TypeMethodDescriptionFeatureGroupEngine.getExternalFeatureGroups(FeatureStore featureStore, String fgName) Methods in com.logicalclocks.hsfs.spark.engine with parameters of type ExternalFeatureGroupModifier and TypeMethodDescriptionvoidFeatureGroupEngine.insert(ExternalFeatureGroup externalFeatureGroup, org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> featureData, Map<String, String> writeOptions) org.apache.spark.sql.Dataset<org.apache.spark.sql.Row>SparkEngine.registerOnDemandTemporaryTable(ExternalFeatureGroup onDemandFeatureGroup, String alias) FeatureGroupEngine.saveExternalFeatureGroup(ExternalFeatureGroup externalFeatureGroup)