neurocore.config.schema.PersistenceConfig ========================================= .. py:class:: neurocore.config.schema.PersistenceConfig(/, **data: Any) Bases: :py:obj:`pydantic.BaseModel` Run-history persistence configuration. .. py:attribute:: enabled :type: bool :value: True .. py:attribute:: backend :type: str :value: 'sqlite' .. py:attribute:: path :type: str :value: 'runs.db' .. py:attribute:: persist_step_snapshots :type: bool :value: False