Member Junction
    Preparing search index...

    Construction options for MLModelInferenceProcessor.

    interface MLModelInferenceProcessorOptions {
        datedSources?: DatedSourceSpec[];
        deps: MLInferenceDeps;
        modelId: string;
        primaryKeyField?: string;
    }
    Index

    Properties

    datedSources?: DatedSourceSpec[]

    Optional dated sources supplying point-in-time ("as-of") features, when the model's pipeline uses them. Carried through to the FeatureAssembly executor.

    The injected seam bundle (model loader, artifact loader, sidecar).

    modelId: string

    The MJ: ML Models id this processor scores with.

    primaryKeyField?: string

    Primary-key field on the target entity (defaults to ID).