Skip to content

Commit

Permalink
Corrected all training data deletion function documentation in user g…
Browse files Browse the repository at this point in the history
…uides
  • Loading branch information
Manu S Joseph committed Dec 7, 2023
1 parent e725db8 commit 9196daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user_guides/fs/feature_view/training-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ To clean up unused training data, you can delete all training data or for a part
feature_view.delete_training_dataset(version=1)

# delete all training datasets
feature_view.delete_training_dataset()
feature_view.delete_all_training_datasets()
```
It is also possible to keep the metadata and delete only the materialised files. Then you can recreate the deleted files by just specifying a version, and you get back the exact same dataset again. This is useful when you are running out of storage.
```python
Expand Down

0 comments on commit 9196daf

Please sign in to comment.