This commit is contained in:
dean
2026-04-01 08:55:17 +09:00
parent 50ad05b53b
commit 6cc9b54ba9
15 changed files with 280 additions and 325 deletions

View File

@@ -48,7 +48,7 @@ public class ModelTrainDetailApiController {
private final ModelTrainDetailService modelTrainDetailService;
private final RangeDownloadResponder rangeDownloadResponder;
@Value("${train.docker.responseDir}")
@Value("${train.docker.response_dir}")
private String responseDir;
@Operation(summary = "모델학습관리> 모델관리 > 상세정보탭 > 학습 진행정보", description = "학습 진행정보, 모델학습 정보 API")