Member Junction
    Preparing search index...

    Interface PredictiveStudioRunFeaturePipelineInput

    Input for PredictiveStudio.RunFeaturePipeline.

    interface PredictiveStudioRunFeaturePipelineInput {
        dryRun?: boolean;
        featurePipelineID: string;
        scope?: PredictiveStudioFeaturePipelineScope;
        singleRecordID?: string;
    }
    Index

    Properties

    dryRun?: boolean

    Compute the per-record feature values WITHOUT writing them back (preview).

    featurePipelineID: string

    Id of the MJ: Record Processes row (a Feature Pipeline) to run.

    Runtime scope override (selected rows / a view / list / filter), used instead of the stored scope.

    singleRecordID?: string

    When set, processes just this single record instead of the configured/scope rows.