Member Junction
    Preparing search index...

    Type Alias PredictiveStudioFeaturePipelineScope

    PredictiveStudioFeaturePipelineScope:
        | { Kind: "records"; RecordIDs: string[] }
        | { Kind: "view"; ViewID: string }
        | { Kind: "list"; ListID: string }
        | { Filter?: string; Kind: "filter" }

    Runtime scope override for a Feature Pipeline run. A Feature Pipeline is a categorized MJ: Record Processes row, so this mirrors the Record Process runtime scope shapes (records / view / list / filter). When omitted, the pipeline's stored scope is used.