bayesline.api.AsyncSettingsResolver.model_types# abstract classmethod AsyncSettingsResolver.model_types() → dict[str, type[Settings]]# Returns# A dictionary of the model types (str) to their type instance. Typically this is e.g. {UniverseSettings.__name__: UniverseSettings}.