registry.ConfigInfo

registry.ConfigInfo(
    run_hash,
    session_id,
    josh_path,
    config_content,
    file_mappings,
    parameters,
    created_at,
)

Information about a job configuration.

Attributes

Name Type Description
run_hash str MD5 hash of josh + config + file_mappings (12 chars).
session_id str Session this config belongs to.
josh_path str | None Path to the .josh script file.
config_content str Full text content of the configuration.
file_mappings dict[str, dict[str, str]] | None Dict mapping names to {“path”: “…”, “hash”: “…”}.
parameters dict[str, Any] Parameter values used to generate this config.
created_at datetime When the config was registered.