registry.AttributeMatch
registry.AttributeMatch(run_hash, label, attributes)A current run matched by an analysis attribute.
Returned by :meth:RunRegistry.find_current_by_attribute – the resolved counterpart of a bare run_hash, so callers don’t re-join label/attributes.
Attributes
| Name | Type | Description |
|---|---|---|
| run_hash | str | The matching run. |
| label | str | None | Its label, or None if unlabeled. |
| attributes | dict[str, Any] | All run-level attributes attached to it. |