배포 모델
8
카나리
1
롤백 가능
3
이번 주 배포
2
model registry · chest-ct
versiontrafficp95AUCstatus
chest-ct-2025.04184ms0.942stable
70%
chest-ct-2025.04-rc168ms0.948canary
30%
chest-ct-2025.03192ms0.929deprecated
0%
abdomen-ct-2025.02248ms0.918stable
100%
POST /v1/study/upload — example
python
1from radia import InferClient23client = InferClient(host="infer.radia.internal:50051")4study = client.upload("./CT-1183.zip", model="chest-ct-2025.04")5result = client.await_result(study.id, timeout=30)6# → { nodules: [...], confidence: 0.94, model_version: ... }