Skip to content

Instruments

An instrument is a class that performs a specific task on a text.

All instruments are subclasses of the abstract class Instrument and implement the run method that takes a text and returns a processed text.

Multiple instruments can be combined in an Orchestra, allowing to accommodate the needs of different use cases.

Available Instruments

Instrument Description Jump to
PiiInstrument Identify and edit PII from text Page
FinancialsInstrument Identify and edit financial data from text Page
RbacInstrument Apply instruments with Role-Based Access Control Page
IdbacInstrument Apply instruments with ID-Based Access Control Page
SqlInstrument Sanitize SQL queries Page