Member Junction
    Preparing search index...

    Server implementation of PredictiveStudio.PromoteModel. Extends the CodeGen-emitted PredictiveStudioPromoteModelOperation base (ExecutionMode='Sync', RequiredScope='predictive:execute') and supplies only the body; registered last so it wins server-side dispatch.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    ExecutionMode: "Sync"

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

    OperationKey: "PredictiveStudio.PromoteModel"

    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

    • Plain-language refusal message for a leakage-flagged model (mirrors the Action).

      Parameters

      • modelId: string
      • outcome: { kind: "refused-leakage"; topFeature?: string; topShare?: number }

      Returns string

    • Message when a sign-off override was requested without a justification reason.

      Parameters

      • modelId: string
      • outcome: { kind: "signoff-reason-required"; topFeature?: string; topShare?: number }

      Returns string