mirror of
https://github.com/NVIDIA-NeMo/DataDesigner
synced 2026-05-24 09:48:29 +00:00
Preserves tree from previous docs-website head: 5e47d33ea8. This branch is a CI-managed publish artifact like gh-pages; source provenance is tracked in commit messages rather than Git ancestry.
839 B
839 B
Plugins
Plugin packages register Plugin objects through entry points in the data_designer.plugins group. A plugin registration ties a config class to its implementation class and declares its PluginType.
Related pages: Build Your Own, Column Generators, Seed Readers, Engine Processors, and Processor Configurations.
Plugin
::: data_designer.plugins.plugin.Plugin options: show_root_toc_entry: false
PluginType
::: data_designer.plugins.plugin.PluginType options: show_root_toc_entry: false