Id of the MJ: ML Models row the created Record Process scores with.
OptionalnameOptional Record Process name; a descriptive default is generated when omitted.
OptionaloutputOptional. The target-entity column to write the prediction into (e.g.
RenewalScore). When supplied → write-back mode: each run writes the
prediction into that column AND a MJ: ML Model Scoring Bindings lineage row
(Mode='OnDemand') is created. When omitted → generic output, no binding:
predictions are recorded in the process run history (MJ: Process Run Details)
only, with no write-back column and no scoring binding.
OptionalprimaryPrimary-key field on the target entity the model joins on (defaults to ID).
The records a run scores. Mirrors the Record Set Processing scope shapes
(Filter / View / List). Populate EXACTLY ONE selector; all is the
whole-entity shortcut ("score everyone"), expressed under the hood as a Filter
with the all-rows predicate (1=1).
Optionalall?: booleanScore the WHOLE target entity ("score everyone"); mutually exclusive with the others.
Optionalfilter?: stringA SQL filter over the target entity selecting the rows to score.
OptionallistId?: stringA Lists id whose member rows are scored.
OptionalviewId?: stringA User Views id whose rows are scored.
The entity whose rows are scored (e.g. Memberships).
OptionalvalueWhich prediction value the write-back lands in outputField — the numeric
'score' (probability / regression value — the default) or the predicted
'class' label (classification). Ignored in generic mode (no outputField).
Input for
PredictiveStudio.CreateScoringProcess.