Export data from Dedicated Cloud
If you would like to export all the data managed in your Dedicated Cloud instance, you may use the W&B SDK API to extract the runs, metrics, artifacts etc. and log those to another cloud or on-premises storage using API relevant to that storage.
Refer to data export use cases at Import and Export Data. Another use case would be if you are planning to end your agreement to use Dedicated Cloud, you may want to export the pertinent data before W&B terminates the instance.
Refer to the table below for data export API and pointers to relevant documentation:
Purpose | Documentation |
---|---|
Export project metadata | Projects API |
Export runs in a project | Runs API, Export run data, Querying multiple runs |
Export reports | Reports API |
Export artifacts | Artifact API, Explore and traverse an artifact graph, Download and use an artifact |
You manage artifacts stored in the Dedicated Cloud with Secure Storage Connector. In that case, you may not need to export the artifacts using the W&B SDK API.
Using W&B SDK API to export all of your data can be slow if you have a large number of runs, artifacts etc. W&B recommends running the export process in appropriately sized batches so as not to overwhelm your Dedicated Cloud instance.