bayesline.api.SettingsRegistry.get_raw# abstract SettingsRegistry.get_raw(name_or_id: list[str | int]) → list[RawSettings]# Parameters# name_or_idlist[str | int]The unique names or int identifiers of the items to retrieve. Returns# A list of RawSettings in the same order as input.