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")
delete
delete()
Description
Delete this label from the platform.
All annotations shape with this label will be deleted!
This is a very dangerous move.
DANGER ZONE: Be very careful here!
Examples
this_label.delete()