Skip to main content

ClassificationAttribute Objects

@dataclass
class ClassificationAttribute()
DEPRECATED: prefer using :class:encord.ontology.Ontology A dataclass which holds classification attributes.

id

A unique (to the ontology) identifier of the attribute.

name

The descriptive name of the attribute.

classification_type

What type of attribute it is. E.g., Checkbox or radio button.

required

Whether annotating this attribute is required.

feature_node_hash

An 8-character hex string uniquely defining the attribute.

options

Nested classification options.