PROJECT_NAME
is the name of the Neptune project to record metadata to. For example, computer-vision
.WORKSPACE_NAME
is the name of the workspace where your project is located. For example, ML-research-group
.NEPTUNE_API_TOKEN
is the API token associated with your Neptune account. You can find it by clicking your avatar icon in the top-right corner of the Neptune app.project
and api_token
arguments if you have saved them as environment variables. For instructions, see Installation and setup.run
object:stop()
method.WORKSPACE_NAME/PROJECT_NAME
is the name of the Neptune workspace and project where your run is located. For example, ML-research-group/computer-vision
.NEPTUNE_API_TOKEN
is the API token associated with your Neptune account. You can find it by clicking your avatar icon in the top-right corner of the Neptune app.RUN_ID
is the Neptune id of the run you want to access. For example, CV-17
.fetch()
method to query any metadata for the run: