Label

Properties

  • name Name of this Label

Methods

update

update(
   name: str
)

Description

Update this label with a new name.

Examples

a_label.update(name="new name")

Arguments

  • name : New name of this label

delete

delete()

Description

Delete this label from the platform.
All annotations shape with this label will be deleted!
This is a very dangerous move.

:warning: DANGER ZONE: Be very careful here!

Examples

this_label.delete()