Member Junction
    Preparing search index...

    The result of createScoringProcess: the saved on-demand Record Process AND — in write-back mode — its lineage binding. The Record Process is the row that the generic "Run Record Process" run-now / scheduler dialog then targets; the MJ: ML Model Scoring Bindings row records the operationalized model so the model-prediction form panel and "Models in Production" dashboard surface it.

    binding is null in generic mode (no outputField): there is no write-back column to bind, so no lineage row is created — predictions live in the process run history (MJ: Process Run Details) only.

    interface CreateScoringProcessResult {
        binding: MJMLModelScoringBindingEntity;
        recordProcess: MJRecordProcessEntity;
    }
    Index

    Properties

    The saved MJ: ML Model Scoring Bindings lineage row (Mode='OnDemand') in write-back mode, or null in generic mode (no outputField, no binding).

    recordProcess: MJRecordProcessEntity

    The saved on-demand MJ: Record Processes entity (OnDemandEnabled=true, no schedule).