Member Junction
    Preparing search index...

    Class PredictiveStudioStartExperimentSessionOperation

    Start Experiment Session Start an experiment session from an approved ModelingPlanSpec — running its proposed experiments in waves under a Budget, maintaining a leaderboard. Optionally attaches to an existing MJ: Experiments definition or creates a new one. Returns the session id, experiment id, and initial status. Delegates to ExperimentOrchestrator.runSession in @memberjunction/predictive-studio-engine. GenerationType=Manual — the server body is supplied by a hand-authored subclass registered under 'PredictiveStudio.StartExperimentSession'. This generated base provides the typed contract only (client-safe).

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    ExecutionMode: "LongRunning" = ...

    Whether this operation is a plain Sync request/response or a LongRunning run.

    OperationKey: "PredictiveStudio.StartExperimentSession"

    Stable registry key and wire token for this operation (e.g. RecordProcess.RunNow).

    RequiredScope: "predictive:execute"

    Optional API-key scope string (e.g. recordprocess:execute) enforced for API-key / MCP callers by the server resolver. undefined means no scope gate; interactive users remain bounded by their entity permissions. Informational here — the server applies it.

    RequiresSystemUser: false

    When true, the server only permits the system user to invoke this operation.

    Methods