Query metadata
To query the logged metadata, you can use the Neptune app or API.
Query with Neptune app
To search and filter runs in the Neptune app, use experiments table.
Query with Neptune API
To fetch and filter runs through API, install neptune-fetcher
. It's a separate Python package that allows you to:
- List a project's runs and experiments
- Fetch run or experiment metadata as a data frame
- Fetch metadata from individual runs
To create custom queries with neptune-fetcher
, use Neptune Query Language (NQL).