Member Junction
    Preparing search index...

    Interface PredictiveStudioPromoteModelOutput

    Output of PredictiveStudio.PromoteModel — whether the transition was applied + the new status.

    interface PredictiveStudioPromoteModelOutput {
        promoted: boolean;
        status: string;
    }
    Index

    Properties

    Properties

    promoted: boolean

    True when the model was transitioned to the target status.

    status: string

    The model's new lifecycle status on success (the target status); the unchanged current status when not promoted.