Skip to content

Commit

Permalink
Text edits
Browse files Browse the repository at this point in the history
  • Loading branch information
JaniceManwiller authored Nov 21, 2024
1 parent 4673c77 commit f4986ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/redact/datasets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

A dataset is a collection of files that are all redacted and synthesized in the same way. Datasets are a helpful organization tool to ensure that you can easily track a collections of files and how sensitive data is removed from those files.

Datasets are typically configured from the Textual UI, but for ease of use, the SDK also supports many dataset operations. However, some operations can only be performed from the Textual UI.
Typically, you configure datasets from the Textual application, but for ease of use, the SDK supports many dataset operations. However, some operations can only be performed from the Textual application.

Creating a dataset
------------------
Expand Down Expand Up @@ -31,7 +31,7 @@ To retrieve an existing dataset by the dataset name:
Editing a dataset
-----------------

You can use the SDK to edit a dataset. However, not all properties of the dataset can be edited from the SDK.
You can use the SDK to edit a dataset. However, not all dataset properties can be edited from the SDK.

The following snippet renames the dataset and disables modification of entities that are tagged as ORGANIZATION.

Expand Down

0 comments on commit f4986ee

Please sign in to comment.