batter.config.load_run_config# batter.config.load_run_config(path: Path | str) → RunConfig[source]# Read a run-level YAML file and return a validated configuration. Parameters: path (str or pathlib.Path) – Location of the run YAML file. Returns: Parsed run configuration. Return type: RunConfig