The run_config module defines runtime settings that control dataset generation behavior,
including early shutdown thresholds, batch sizing, non-inference worker concurrency,
and the Jinja rendering engine used by the runtime.
JinjaRenderingEngine.SECURE is the default. Set JinjaRenderingEngine.NATIVE
when you want Jinja2’s broader built-in sandbox behavior instead of Data Designer’s
hardened renderer.
For guidance on when to use each mode, see Security.