Member Junction
    Preparing search index...

    Interface ProductionScoreRecordSetRunnerOptions

    interface ProductionScoreRecordSetRunnerOptions {
        deps?: MLInferenceDeps;
        primaryKeyField?: string;
    }
    Index

    Properties

    The scoring dependency bundle (model loader / artifact loader / sidecar). When omitted, production model-loader + sidecar are built, but the artifact loader MUST be supplied by the higher layer that owns the MJStorage binding.

    primaryKeyField?: string

    Primary-key field on scored entities (defaults to ID).