Skip to content

microservice-job-broker


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?

optional configuration: QuantificationJobRequest

Defined in: packages/microservice/job-broker/src/middleware/schemas/quantification-job.schema.ts:101


jobType?

optional jobType: string

Defined in: packages/microservice/job-broker/src/middleware/schemas/quantification-job.schema.ts:98


results?

optional results: string[]

Defined in: packages/microservice/job-broker/src/middleware/schemas/quantification-job.schema.ts:104


status?

optional status: string

Defined in: packages/microservice/job-broker/src/middleware/schemas/quantification-job.schema.ts:95