bayesline.api.AsyncRegistry.save# abstract async AsyncRegistry.save(name: str, settings: T) → 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.