pub type dv_inference_queue_statistics_t = dv_inference_queue_statistics;Aliased Type§
#[repr(C)]pub struct dv_inference_queue_statistics_t {
pub occupancy_count: i32,
pub length: i32,
pub wait_time: f32,
}Fields§
§occupancy_count: i32< Number of inference queue slots occupied with inference request for the endpoint
length: i32< length of the inference queue for the endpoint
wait_time: f32< waiting time in mili secs for the new inference request to get picked up by endpoint