모델 마스터 테이블 request,response 경로 추가
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user