mirror of
https://github.com/NVIDIA-NeMo/DataDesigner
synced 2026-05-24 09:48:29 +00:00
* first draft * adding to code reference as well * docstrings * addressing comments * forgot opening line * docstring too
6 lines
247 B
Markdown
6 lines
247 B
Markdown
# Processors
|
|
|
|
The `processors` module defines configuration objects for post-generation data transformations. Processors run after column generation and can modify the dataset schema or content before output.
|
|
|
|
::: data_designer.config.processors
|
|
|