View source: R/neptune_get_structure.R
neptune_get_structure | R Documentation |
Returns a run's metadata structure in form of a named list. This method can be used to traverse the run's metadata structure programmatically when using Neptune in automated workflows.
neptune_get_structure(run)
run |
Neptune run object. |
Named list containing all metadata stored for run
Authors:
Mateusz Dominiak
Maintainer: Neptune DevTeam Devbackend@neptune.ai
Useful links:
Documentation https://docs.neptune.ai/
Report bugs at https://github.com/neptune-ai/neptune-r/issues
## Not run:
# We are using api token for an anonymous user neptuner. For your projects use your private token.
run <- neptune_init(api_token = ANONYMOUS_API_TOKEN,
project = "common-r/quickstarts")
str <- neptune_get_structure(run)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.