모델 마스터 테이블 request,response 경로 추가

This commit is contained in:
2026-02-12 14:59:35 +09:00
parent 130e85f8a1
commit b451f697bc

View File

@@ -106,6 +106,12 @@ public class ModelMasterEntity {
@Column(name = "best_epoch")
private Integer bestEpoch;
@Column(name = "request_path")
private String requestPath;
@Column(name = "response_path")
private String responsePath;
public ModelTrainMngDto.Basic toDto() {
return new ModelTrainMngDto.Basic(
this.id,