dataeval.config.GlobalConfig¶
- class dataeval.config.GlobalConfig¶
Global configuration for DataEval runtime settings.
This Pydantic model backs the global configuration state and provides validation on assignment. Users typically interact with the functional API (get_*, set_*, use_*) rather than this class directly.