Skip to main content

ModelStatusResponse

@fovea/annotation-tool


@fovea/annotation-tool / api/client / ModelStatusResponse

Interface: ModelStatusResponse

Defined in: src/api/client.ts:256

Overall model service status.

Properties

cuda_available

cuda_available: boolean

Defined in: src/api/client.ts:261


loaded_models

loaded_models: LoadedModelStatus[]

Defined in: src/api/client.ts:257


timestamp

timestamp: string

Defined in: src/api/client.ts:260


total_vram_allocated_gb

total_vram_allocated_gb: number

Defined in: src/api/client.ts:258


total_vram_available_gb

total_vram_available_gb: number

Defined in: src/api/client.ts:259