Member Junction
    Preparing search index...

    Interface PredictiveStudioControlExperimentSessionOutput

    Output of PredictiveStudio.ControlExperimentSession — the session's status after the control action.

    interface PredictiveStudioControlExperimentSessionOutput {
        status: string;
    }
    Index

    Properties

    Properties

    status: string

    The session's status after the control action (e.g. Paused / Running / Cancelled).