Member Junction
    Preparing search index...

    Per-binding outcome of the full maintenance pass.

    interface MaintenancePassEntry {
        bindingId: string;
        error?: string;
        rescore?: RescoreResult;
        retrain?: RetrainOutcome;
        staleness: StalenessResult;
    }
    Index

    Properties

    bindingId: string

    The binding evaluated.

    error?: string

    Any error captured for this binding (the pass is isolated per-binding).

    rescore?: RescoreResult

    The re-score result, when the binding is Scheduled and was re-scored.

    retrain?: RetrainOutcome

    The retrain outcome, when retraining was requested AND the model was stale.

    staleness: StalenessResult

    The staleness verdict.