Classification

Properties


Methods

update

update(
   label: Optional[Label] = None, text: Optional[str] = None
)

Description

Update this classification with another label.

Examples

classification.update(label=label_plane)

Arguments


delete

delete()

Description

Delete this classification from the platform.

⚠️ DANGER ZONE: Be very careful here!

Examples

classification.delete()