Member Junction
    Preparing search index...

    Read seam for loading the immutable MJ: ML Models row to score against. Wraps RunView in production; tests inject a canned entity. Returns null when the model is not found (mirrors RunView's non-throwing contract).

    interface IMLModelLoader {
        loadModel(
            modelId: string,
            contextUser?: UserInfo,
            provider?: IMetadataProvider,
        ): Promise<MJMLModelEntity>;
    }

    Implemented by

    Index

    Methods

    Methods