artifacts
superduper.backends.base.artifacts
ArtifactSavingError
​
ArtifactSavingError(self,
/,
*args,
**kwargs)
Parameter | Description |
---|---|
args | *args for Exception |
kwargs | **kwargs for Exception |
Error when saving artifact in artifact store fails.
ArtifactStore
​
ArtifactStore(self,
conn: Any,
name: Optional[str] = None,
flavour: Optional[str] = None)
Parameter | Description |
---|---|
conn | connection to the meta-data store |
name | Name to identify DB using the connection |
flavour | Flavour of the artifact store |
Abstraction for storing large artifacts separately from primary data.