QuantumReport#

class lsst.ctrl.mpexec.QuantumReport(dataId: DataId, taskLabel: str, status: ExecutionStatus = ExecutionStatus.SUCCESS, exitCode: int | None = None, exceptionInfo: ExceptionInfo | None = None, quantumId: uuid.UUID | None = None)#

Bases: QuantumReport

Deprecated since version v30: The QuantumReport class has moved to lsst.pipe.base.quantum_reports. This forwarding shim will be removed after v30.

Attributes Summary

model_config

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

Attributes Documentation

model_config: ClassVar[ConfigDict] = {}#

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].