class Ontology()
encord.user_client.EncordUserClient.get_ontology()
@property def ontology_hash() -> str
@property def title() -> str
@property def description() -> str
@property def created_at() -> datetime.datetime
@property def last_edited_at() -> datetime.datetime
@property def structure() -> OntologyStructure
def refetch_data() -> None
def save() -> None
def list_groups() -> Iterable[OntologyGroup]
def add_group(group_hash: Union[List[UUID], UUID], user_role: OntologyUserRole)
group_hash
user_role
def remove_group(group_hash: Union[List[UUID], UUID])
Was this page helpful?