remove_tags()
Python package: neptune-scale
Removes the specified tags from the run.
Parameters
Example
with Run(...) as run:
run.remove_tags(tags=["tag2", "tag3"])
remove_tags()
Removes the specified tags from the run.
with Run(...) as run:
run.remove_tags(tags=["tag2", "tag3"])