bayesline.api.Settings

bayesline.api.Settings#

pydantic model bayesline.api.Settings#

Show JSON schema
{
   "title": "Settings",
   "type": "object",
   "properties": {},
   "additionalProperties": false
}

Config:
  • frozen: bool = True

  • extra: str = forbid

references() dict[str, dict[type[Settings], list[str | int]]]#

All other settings that are referenced by this settings, e.g. if a risk model references a unvierse.

Returns#

A dict of the field name to a dict of the referenced settings type to the list of referenced settings (either by name or id).