Scoring Model Descriptor
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.