mirror of
https://github.com/NVIDIA-NeMo/DataDesigner
synced 2026-05-24 09:48:29 +00:00
6 lines
356 B
Markdown
6 lines
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
|