Introduction

What is PerseusGetting Started
Graph RAG Reporting

API Reference

Initialization
Configuration
Methods
Job
File
Ontology
JobStatus
FileStatus
OntologyStatus
Error Handling
Client/Models

JobStatus

Enumeration for the status of a job.

NameValueDescription
PENDING"PENDING"The job is pending.
RUNNABLE"RUNNABLE"The job is runnable.
STARTING"STARTING"The job is starting.
RUNNING"RUNNING"The job is currently running.
FAILED"FAILED"The job has failed.
SUCCEEDED"SUCCEEDED"The job has succeeded.

Ontology

Represents an ontology with its ID, name, status, and creation timestamp.

FileStatus

Enumeration for the status of a file.