Removing Labels from Documents

Using the Console, CLI, or API, you can to remove a label from a multiple-label document in Data Labeling.

    1. In the Dataset Details page:
      • If Data records is selected, there are two ways to get to the Add labels page:
        • Click the name of the document you want to remove a label from.
        • Click the action icon for the document you want to remove a label from, and click Label.
      • If Gallery view is selected, click the name of the document you want to remove a label from.
    2. In the Add Labels page:
      • Click Clear annotations to remove all labels from the document.
      • Under Label, deselect the label to remove it from the document.
    3. Click Save & next to save your changes and remove a label from the next document, or click Save to save your changes. If you don't want to remove a label from a document, click Skip to move to the next document. If you're at the last document, click Save & done to save your changes and return to the Dataset Details page.
    4. (Optional) Click Cancel to return to the Dataset Details page.
      If you have removed a label from a record, but not saved, you're prompted to confirm that you want to cancel.
  • Use the dataset update command and required parameters to remove a label from a multiple-label document:
    oci data-labeling-service-dataplane record update [OPTIONS]
    For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.
  • Run the UpdateRecord operation to remove a label from a multiple-label document in Data Labeling.