Load a single scoring binding by id (mutation-free read).
OptionalcontextUser: UserInfoOptionalprovider: IMetadataProviderthe binding, or null when not found
Load every scoring binding in a given RetrainingPolicy-relevant Mode
(e.g. all Scheduled bindings for the scheduled-rescore pass).
Optionalmode: MaintenanceBindingModethe binding mode to filter on (omit for ALL bindings)
OptionalcontextUser: UserInfoOptionalprovider: IMetadataProviderLoad the MJ: ML Models row a binding scores with (mutation-free read).
OptionalcontextUser: UserInfoOptionalprovider: IMetadataProviderthe model, or null when not found
Read seam for loading the bindings + their models that maintenance evaluates. Wraps
RunViewin production; tests inject canned rows. Returnsnullfor a missing single lookup (mirrorsRunView's non-throwing contract).