mirror of
https://github.com/NVIDIA-NeMo/DataDesigner
synced 2026-05-24 09:48:29 +00:00
7 lines
295 B
Markdown
7 lines
295 B
Markdown
|
|
# Validator Parameters
|
||
|
|
|
||
|
|
`ValidationColumnConfig` selects a validator with `validator_type` and configures it with `validator_params`.
|
||
|
|
The `validator_type` field can be `code`, `local_callable`, or `remote`. The matching `validator_params` objects are:
|
||
|
|
|
||
|
|
::: data_designer.config.validator_params
|