Member Junction
    Preparing search index...

    Interface PredictiveStudioStartExperimentSessionInput

    Input for PredictiveStudio.StartExperimentSession.

    interface PredictiveStudioStartExperimentSessionInput {
        budget?: PredictiveStudioBudget;
        experimentId?: string;
        planSpec: PredictiveStudioModelingPlanSpec;
        sessionName?: string;
    }
    Index

    Properties

    Optional budget override; when omitted the plan's ProposedBudget is used.

    experimentId?: string

    Optional id of an existing MJ: Experiments definition to attach the session to. When omitted, a new durable Experiment is created from the plan.

    The approved modeling plan to execute. Must have Approved=true.

    sessionName?: string

    Optional human-readable session name (defaults to one derived from the plan goal).