7.5 Import and Export Datastore
Use the Datastore Import and Export feature in OML4Py to migrate Python and OML proxy objects—including datasets, models, and more—between Oracle AI Database instances.
The OML4Py Datastore stores Python objects and OML4Py proxy objects directly in the database. Proxy objects can reference database entities such as tables or models. Interact with this functionality using dedicated OML4Py APIs, as described in these topics:
Topics:
- Export Datastore
Use the OML4Py export datastore feature to save Python or OML proxy objects from your current database instance into a zip archive. - Import Datastore
Use the OML4Py import datastore feature to restore saved Python or OML proxy objects into your current database instance.
Parent topic: Get Started with Oracle Machine Learning for Python