mirror of
https://github.com/NVIDIA-NeMo/DataDesigner
synced 2026-05-24 09:48:29 +00:00
* got a little help from Claude, will still double check everything * fixing, adding docstrings * forgotten file + overview to tutorial * minor * applying suggestions Co-authored-by: Nabin Mulepati <nmulepati@nvidia.com> Co-authored-by: Johnny Greco <jogreco@nvidia.com> * addressing comments pt1 * addressing comments pt2 * trying something out * fix * typo * trying again * rollback workflow, add download links * minor * adapting notebooks to use fakersampler --------- Co-authored-by: Nabin Mulepati <nmulepati@nvidia.com> Co-authored-by: Johnny Greco <jogreco@nvidia.com>
6 lines
No EOL
356 B
Markdown
6 lines
No EOL
356 B
Markdown
# Validator Parameters
|
|
|
|
When creating a `ValidationColumnConfig`, two parameters are used to define the validator: `validator_type` and `validator_config`.
|
|
The `validator_type` parameter can be set to either `code`, `local_callable` or `remote`. The `validator_config` accompanying each of these is, respectively:
|
|
|
|
::: data_designer.config.validator_params |