flytekitplugins.neptune.neptune_init_run#

flytekitplugins.neptune.neptune_init_run(project, secret, host='https://app.neptune.ai', **init_run_kwargs)#

Neptune plugin.

Parameters:
  • project (str) – Name of the project where the run should go, in the form workspace-name/project_name. (Required)

  • secret (Secret or Callable) – Secret with your NEPTUNE_API_KEY or a callable that returns the API key. The callable takes no arguments and returns a string. (Required)

  • host (str) – URL to Neptune. Defaults to “https://app.neptune.ai”.

  • **init_run_kwargs (dict)