Models
Ontology
Represents an ontology with its ID, name, status, and creation timestamp.
Ontology
Represents an ontology object returned by the API.
Attributes
| Name | Type | Description |
|---|---|---|
id | str | The unique identifier of the ontology. |
name | str | The name of the ontology. |
status | OntologyStatus | The current status of the ontology. |
created_at | datetime | The timestamp when the ontology was created. |