Member Junction
    Preparing search index...

    The compact, payload-safe outcome the builder writes back so the agent can narrate the result.

    interface PredictiveStudioBuildOutcome {
        errorMessage: string;
        heldReason: string;
        modelId?: string;
        pipelineId?: string;
        published: boolean;
        success: boolean;
        trustGrade?: TrustGrade;
        trustOneLiner?: string;
    }
    Index

    Properties

    errorMessage: string

    A clean error message when the build failed; else null.

    heldReason: string

    When not published, the plain reason (trust gate / leakage); else null.

    modelId?: string
    pipelineId?: string
    published: boolean
    success: boolean
    trustGrade?: TrustGrade
    trustOneLiner?: string