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:
QuantumReportDeprecated since version v30: The QuantumReport class has moved to lsst.pipe.base.quantum_reports. This forwarding shim will be removed after v30.
Attributes Summary
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].