nexuml.core.schema¶
nexuml.core.schema
¶
Schema utilities for resolved config YAML I/O.
dump_resolved_yaml
¶
dump_resolved_yaml(
config: ResolvedConfig, path: Path
) -> None
Serialize a resolved config to YAML file.
load_resolved_yaml
¶
load_resolved_yaml(path: Path) -> ResolvedConfig
Load a resolved config from YAML file.
Returns:
| Type | Description |
|---|---|
ResolvedConfig
|
Deserialized |