DataDesigner/docs/code_reference/validator_params.md
Andre Manoel 01fbf4d848
docs: validators etc. (#45)
* 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>
2025-11-19 17:39:10 -03:00

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