Neptune Query API for runs
Python package: neptune-query
To target runs by ID, use methods from the neptune_query.runs module:
list_attributes()list_runs()fetch_runs_table()fetch_metrics()fetch_metric_buckets()fetch_series()download_files()
To specify detailed criteria for runs and attributes to fetch, use filters.
note
To target experiments by name instead of runs, use the Experiments API.