LoadedModelStatus
@fovea/annotation-tool / api/client / LoadedModelStatus
Interface: LoadedModelStatus
Defined in: src/api/client.ts:237
Status information for a single loaded model.
Properties
error_message
error_message:
null
|string
Defined in: src/api/client.ts:250
framework
framework:
string
Defined in: src/api/client.ts:241
health
health:
ModelHealth
Defined in: src/api/client.ts:243
last_used
last_used:
null
|string
Defined in: src/api/client.ts:247
load_time_ms
load_time_ms:
null
|number
Defined in: src/api/client.ts:248
model_id
model_id:
string
Defined in: src/api/client.ts:238
model_name
model_name:
string
Defined in: src/api/client.ts:240
performance_metrics
performance_metrics:
null
|ModelPerformanceMetrics
Defined in: src/api/client.ts:249
quantization
quantization:
null
|string
Defined in: src/api/client.ts:242
task_type
task_type:
string
Defined in: src/api/client.ts:239
vram_allocated_gb
vram_allocated_gb:
number
Defined in: src/api/client.ts:244
vram_used_gb
vram_used_gb:
null
|number
Defined in: src/api/client.ts:245
warm_up_complete
warm_up_complete:
boolean
Defined in: src/api/client.ts:246