Member Junction
    Preparing search index...

    Interface PredictiveStudioPromoteModelInput

    Input for PredictiveStudio.PromoteModel.

    interface PredictiveStudioPromoteModelInput {
        modelId: string;
        reason?: string;
        signOff?: boolean;
        targetStatus: PredictiveStudioModelTargetStatus;
    }
    Index

    Properties

    modelId: string

    Id of the MJ: ML Models row to transition.

    reason?: string

    Optional human-readable reason recorded with the promotion.

    signOff?: boolean

    Human/agent sign-off that overrides the leakage gate. Required (true) to promote a leakage-flagged model; ignored for clean models.

    The lifecycle status to move the model to.