traveler.core.store.AbstractStore#
- class traveler.core.store.AbstractStore(*args, **kwargs)[source]#
Bases:
AttrPyTreeA class representing a data store in the traveler framework.
Create a new instance of the Store class.
Methods#
|
Assign new variables to a JaxDataset in this store, returning a new instance. |
|
Create a shallow copy of the store. |
|
Get the table type registered under a name. |
|
Print information about the store, including its metadata and registered table types. |
|
Push down attributes to a specific table in the store. |
|
Register a new table in the store. |
|
Run a sequence of steps on the store. |
Get the registered table types. |
|
|
Validate the store's data against the registered table types. |
Attributes#
Get the set of completed steps that have been run on this store. |