0.0.0+develop
flytekitplugins.neptune
.. currentmodule:: flytekitplugins.neptune
This package contains things that are useful when extending Flytekit.
.. autosummary:: :template: custom.rst :toctree: generated/
neptune_init_run
Directory
Methods
Method | Description |
---|---|
neptune_init_run() |
Neptune plugin. |
Methods
neptune_init_run()
def neptune_init_run(
project: str,
secret: typing.Union[flytekit.models.security.Secret, typing.Callable],
host: str,
init_run_kwargs: dict,
)
Neptune plugin.
Parameter | Type |
---|---|
project |
str |
secret |
typing.Union[flytekit.models.security.Secret, typing.Callable] |
host |
str |
init_run_kwargs |
dict |