Ontology resources
List, filter, retrieve, create, and save Workspace Ontologies.
for ontology in client.ontologies.list(data_type="image"):
print(ontology.id, ontology.title)
ontology = client.ontologies.get("ONTOLOGY_HASH")
ontology.description = "Updated policy"
ontology.save()
project = client.projects.create(
"Cat review",
ontology_hash=ontology.id,
)Operating contract
Concern
Required behavior
Failure and recovery boundary
Condition
Response