Engine.Status

Get information on the current status of the Engine, including uptime, GPU usage and features.

This method can be used to determine if the Engine is ready to accept requests.

StatusResponse

uptime
int32

The amount of time in milliseconds that the Engine has been running

gpu_information
StatusGpuInformation
driver_version
string
devices
array[GpuInformation]
id
string
uuid
string
device_name
string
brand_name
string
serial
string
memory_free
float
memory_used
float
memory_total
float
utilization_gpu
float
utilization_memory
float
features
Features
classification
ClassificationFeatureArguments
is_enabled
bool

Whether classification is enabled

classes
array[string]

The classes to enable classification on

detection
DetectionFeatureArguments
is_enabled
bool

Whether detection is enabled

classes
array[string]

The classes to enable detection on

face_recognition
FaceRecognitionFeatureArguments
is_enabled
bool

Whether face recognition is enabled