Member Junction
    Preparing search index...

    Interface PredictiveStudioScoreRecordSetInput

    Input for PredictiveStudio.ScoreRecordSet.

    interface PredictiveStudioScoreRecordSetInput {
        dryRun?: boolean;
        modelId: string;
        scope: PredictiveStudioScoringScope;
        writeBack?: PredictiveStudioWriteBackDirective;
    }
    Index

    Properties

    dryRun?: boolean

    Compute the predictions WITHOUT writing them back (preview) when true/omitted with no write-back.

    modelId: string

    Id of the MJ: ML Models row to score with.

    The records to score — populate exactly one selector on the scope.

    Optional write-back directive; when omitted (or false) predictions are returned ephemerally.