bayesline.api.SettingsRegistry.save# SettingsRegistry.save(name: str, settings: SettingsType) → int# Parameters# namestrThe unique name of the item to save. The name cannot be all numbers. settingsTThe item to save. Raises# ValueErrorIf the item name already exists or is all numbers. Returns# a unique identifier for the saved item.