Member Junction
    Preparing search index...

    The model id + resolved scope + write-back directive handed to the runner.

    interface ScoreRecordSetRequest {
        contextUser?: UserInfo;
        dryRun?: boolean;
        modelId: string;
        provider?: IMetadataProvider;
        scope: ScoringScope;
        writeBack?: WriteBackDirective;
    }
    Index

    Properties

    contextUser?: UserInfo
    dryRun?: boolean

    When true, predictions are computed but NOT persisted — even if writeBack supplies an OutputMapping. The run summary still reports the scored/failed counts and surfaces the (ephemeral) predictions, but wroteBack stays false. Mirrors the first-class ProcessRun.DryRun flag in the Record Set Processing substrate so "preview without mutating" works the same way through this action.

    modelId: string
    writeBack?: WriteBackDirective