Member Junction
    Preparing search index...

    Interface PredictiveStudioStartExperimentSessionOutput

    Output of PredictiveStudio.StartExperimentSession — the created/executed session.

    interface PredictiveStudioStartExperimentSessionOutput {
        experimentId: string;
        sessionId: string;
        status: string;
    }
    Index

    Properties

    experimentId: string

    Id of the durable MJ: Experiments definition the session runs under.

    sessionId: string

    Id of the MJ: Experiment Sessions row that was started.

    status: string

    The session's status after starting (Running, or Completed/Paused if it ran to a bound synchronously).