Data Designer CLI
The NeMo Data Designer plugin adds the nemo data-designer command group. Use it to execute Data Designer workloads on NeMo Platform.
Configuration Sources
The preview and create commands accept a configuration source path. The most flexible form is a Python file that defines load_config_builder() and returns a configured DataDesignerConfigBuilder instance. This file can have any name; the examples below use product_reviews.py.
Retrieval SDG
Nemotron retrieval Stage 0/1 use dedicated jobs, not create. See Retrieval SDG.
Personas
The plugin provides commands for Nemotron Personas datasets.
Create a Files API Fileset for a persona locale so workloads can use it:
If you need to create the secret during the same command, set an environment variable with the NGC API key and pass --api-key-env-var: