registry.OutputURI

registry.OutputURI(run_hash, label, replicate, uri)

A registered export output location for a run.

Returned by :meth:RunRegistry.get_output_uris. The URI is taken verbatim from run_outputs (the full export URI as written); provenance (run_hash / label) comes from the registry, never from parsing the path. See REGISTRY_PROVENANCE.md §8.

Attributes

Name Type Description
run_hash str The run that produced this output.
label str | None The run’s label, or None.
replicate int | None Best-effort replicate index parsed from the filename, or None for consolidated single-file exports.
uri str The stored export URI (e.g. minio://bucket/key or a local path).