Getting Started

IntroductionInstallationQuickstart

Examples

Python API

InitializationConfiguration
Knowledge Graph
Entity
Relation
Literal Value
File
File Status
Job
Job Status
Ontology
Ontology Status
Error Handling

Console

Getting StartedWorkspacesFilesOntologiesGraphsPlans & Billing
Models

Ontology Status

The OntologyStatus enumeration for ontology statuses.

class OntologyStatus(str, Enum):
    PENDING = "pending"
    UPLOADED = "uploaded"
    FAILED = "failed"
MemberDescription
PENDINGThe ontology is awaiting upload or processing.
UPLOADEDThe ontology has been successfully uploaded.
FAILEDThe ontology upload or processing failed.

Ontology

The Ontology model represents an ontology object returned by the API.

Error Handling

The SDK defines custom exceptions to handle various errors.