Ingest data
Ingestion loads data into a registered feature set. Feature Store deduplicates on ingest, so only rows that are new to the feature set storage are written.
Ingest data into a feature set
Feature store ensures that data for each specific feature set does not contain duplicates. That means that only data which are unique to the feature set storage are ingested as part of the ingest operation. The rows that would lead to duplicates are skipped. Ingest can be run on instance of feature set representing any minor version. The data are always ingested on top of latest storage stage.
Review and revert ingestion
Inspect what was ingested into a feature set and revert an ingestion.
Schedule ingestion
Users can schedule an ingestion job from Feature Store by using API available on the feature sets.
Feedback
- Submit and view feedback for this page
- Send feedback about H2O Feature Store to cloud-feedback@h2o.ai