Member Junction
    Preparing search index...

    The result of createScheduledModelScoring: the saved scheduled Record Process AND — in write-back mode — its lineage binding. The Record Process is the row that does the recurring scoring; the MJ: ML Model Scoring Bindings row records it (the latter is what the model-prediction form panel and "Models in Production" dashboard read).

    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 ScheduledModelScoringResult {
        binding: MJMLModelScoringBindingEntity;
        recordProcess: MJRecordProcessEntity;
    }
    Index

    Properties

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

    recordProcess: MJRecordProcessEntity

    The saved scheduled MJ: Record Processes entity (its owned scheduled job already reconciled).