ScoringModelDescriptor

data class ScoringModelDescriptor(val id: String, val displayName: String, val factory: () -> PDFScoringModel)(source)

Self-describing record for one PDF scoring model registered with the fitting catalog. Scoring models are always created fresh per fit, since PDFModeler already copies them internally during scoring and a fresh instance at the catalog boundary avoids any chance of cross-fit state.

Constructors

Link copied to clipboard
constructor(id: String, displayName: String, factory: () -> PDFScoringModel)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String