Optionaldeps: MLInferenceDepsoptional scoring deps bundle (model loader / artifact loader / sidecar). When omitted the underlying runner builds production model-loader + sidecar, but a real artifact loader must be wired in for production scoring.
OptionalprimaryKeyField: stringprimary-key field on scored entities (defaults to ID)
Re-score the population a binding targets.
which model/entity to score + the context
the number of rows scored (and failures, for monitoring)
IRescoreRunner backed by the scoring action's ProductionScoreRecordSetRunner. Re-scores a binding's full population via a
filterscope over the target entity, reusing the SAME inference path (transform-only assembly → sidecar/predict) as on-demand scoring.The artifact-loader half of
MLInferenceDepsmust be supplied by the higher layer that owns the MJStorage binding (the Engine package does not import MJStorage drivers — seescoring/seams.ts). Passdepswhen constructing.