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.
17 lines
839 B
Markdown
17 lines
839 B
Markdown
# Plugins
|
|
|
|
Plugin packages register [Plugin](#data_designer.plugins.plugin.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](#data_designer.plugins.plugin.PluginType).
|
|
|
|
Related pages: [Build Your Own](../../plugins/build_your_own.md), [Column Generators](../engine/column_generators.md), [Seed Readers](../engine/seed_readers.md), [Engine Processors](../engine/processors.md), and [Processor Configurations](processors.md).
|
|
|
|
## `Plugin` {#data_designer.plugins.plugin.Plugin}
|
|
|
|
::: data_designer.plugins.plugin.Plugin
|
|
options:
|
|
show_root_toc_entry: false
|
|
|
|
## `PluginType` {#data_designer.plugins.plugin.PluginType}
|
|
|
|
::: data_designer.plugins.plugin.PluginType
|
|
options:
|
|
show_root_toc_entry: false
|