Ask a question to get started
Enter to send•Shift+Enter new line
Delete multiple examples by ID.
example_ids : Sequence[ID_TYPE] The IDs of the examples to delete. hard_delete : bool, default=False If True, permanently delete the examples. If False, soft delete them.
delete_examples( self, example_ids: Sequence[ID_TYPE], *, hard_delete: bool = False ) -> None