mirror of
https://github.com/NVIDIA-NeMo/DataDesigner
synced 2026-05-24 09:48:29 +00:00
Preserves tree from previous docs-website head: 5e47d33ea8. This branch is a CI-managed publish artifact like gh-pages; source provenance is tracked in commit messages rather than Git ancestry.
12 lines
552 B
Markdown
12 lines
552 B
Markdown
# Sampler Parameters
|
|
|
|
Sampler parameter classes configure Data Designer's built-in samplers. Use them in [SamplerColumnConfig](column_configs.md#data_designer.config.column_configs.SamplerColumnConfig) to specify how sampled column values are generated.
|
|
|
|
!!! tip "Displaying available samplers and their parameters"
|
|
The config builder has an `info` attribute that can be used to display the
|
|
available sampler types and their parameters:
|
|
```python
|
|
config_builder.info.display("samplers")
|
|
```
|
|
|
|
::: data_designer.config.sampler_params
|