Class: QuantificationJobReport
Defined in: packages/microservice/job-broker/src/middleware/schemas/quantification-job.schema.ts:93
Schema definition for a quantified report.
This class captures the results of a quantification process, including the configuration used for the quantification and the results of the quantification.
Constructors
Constructor
new QuantificationJobReport():
QuantificationJobReport
Returns
QuantificationJobReport
Properties
configuration?
optionalconfiguration:QuantificationJobRequest
Defined in: packages/microservice/job-broker/src/middleware/schemas/quantification-job.schema.ts:101
jobType?
optionaljobType:string
Defined in: packages/microservice/job-broker/src/middleware/schemas/quantification-job.schema.ts:98
results?
optionalresults:string[]
Defined in: packages/microservice/job-broker/src/middleware/schemas/quantification-job.schema.ts:104
status?
optionalstatus:string
Defined in: packages/microservice/job-broker/src/middleware/schemas/quantification-job.schema.ts:95
