You can download metadata as a CSV or JSON file from one or multiple executions directly from metadata tab.
The download raw data button is visible on the metadata tab. You can view this on
- A single execution
- Multiple executions, by selecting the executions in the Executions tab and clicking compare.
- A Task
You can also download metadata using the Valohai APIs:
- A single execution:
https://app.valohai.com/api/v0/executions/{id}/metadata/
- Download metadata from a single execution as a CSV file:
https://app.valohai.com/api/v0/executions/multi_download_metadata_csv/
- From multiple executions:
https://app.valohai.com/api/v0/executions/multi_metadata/
- Send a POST request with the execution id’s:
{"ids":["01730928-f2c3-b962-3d71-addd235c2f09","0173dcc6-5c12-9cbb-8713-71d75e654a6e"]}
- Send a POST request with the execution id’s:
Comments
0 comments
Please sign in to leave a comment.