0.0.0+develop
flytekitplugins.neptune.tracking
Directory
Methods
Method | Description |
---|---|
neptune_init_run() |
Neptune plugin. |
Variables
Property | Type | Description |
---|---|---|
NEPTUNE_RUN_VALUE |
str |
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 |