Properties
-
annotation_id
UUID of Annotation holding this Classification -
label
Methods
update
update(
label: Label
)
Description
Update this classification with another label.
Examples
classification.update(label=label_plane)
delete
delete()
Description
Delete this classification from the platform.
DANGER ZONE: Be very careful here!
Examples
classification.delete()