Member Junction
    Preparing search index...

    RunView-backed IRecordLoader. Loads the pipeline as a full entity_object (it is read, not mutated) and computes the next version from a narrow simple projection over MJ: ML Models.

    Implements

    Index

    Constructors

    Methods

    • Resolve the sidecar driver key for an algorithm from its MJ: ML Algorithms.DriverClass (e.g. xgboost, logistic_regression).

      The pipeline view exposes Algorithm as the algorithm's display Name (XGBoost, Multilayer Perceptron), which is NOT what the sidecar registry keys on — it requires the lowercase DriverClass. The engine therefore resolves the driver key by id rather than trusting the display name.

      Optional so in-memory test fakes (which set pipeline.Algorithm directly to the driver key) need not implement it — the engine falls back to pipeline.Algorithm when this is absent or returns null.

      Parameters

      • algorithmId: string

        MJ: ML Algorithms primary-key value

      • OptionalcontextUser: UserInfo

        request user

      • Optionalprovider: IMetadataProvider

        optional provider for multi-provider correctness

      Returns Promise<string>

      the DriverClass driver key, or null when not found