The MJ: ML Models id to score each row with.
The result column the prediction is written into (added to each scored row).
OptionalprimaryThe result column holding each row's primary key (joined to the model's records). Defaults to ID.
OptionalvalueWhich prediction value to write: the numeric score (default — e.g. a renewal
probability) or the classification class label. Falls back to score when
class is requested but absent.
The shape of
RunQueryEnrichment.Configthis enricher reads. Owned here (not by MJCore), so RunQuery stays generic.