API reference#
The API reference contains detailed information about everything to do with the Neptune client library (neptune-client ).
- Packages:
neptune
andmanagement
- Modules:
utils
- Classes:
Run
,Model
,MovelVersion
, andProject
objects- Universal methods and parameters: Special reference for methods and parameters that are common to all Neptune objects.
- Integrations: Classes and functions specific to integrations with other ML frameworks – for example,
NeptuneCallback
and its usage.
General reference pages#
- Field types: Complete reference of the available metadata field types and corresponding methods.
- Connection modes: In the default asynchronous mode, Neptune first stores logged metadata locally and periodically synchronizes data with the servers. You can also use Neptune in other modes, for example, for debugging and testing purposes.
- Environment variables: Description and usage of the Neptune environment variables you can set to improve your workflow.
- System namespace: Overview of the built-in "sys" namespace and how you can use its fields.
- Neptune CLI: How to use the Neptune command-line interface tool to manually manage data synchronization – for example, in case the connection to the Neptune servers is lost during logging.
Related topics#
- Changing the location of the .neptune folder – and how to access the folder from elsewhere in your system.
- Help ≫ Debugging options
- Help ≫ Setting up a Neptune error handling function