feat/training_260202 #49

Merged
teddy merged 4 commits from feat/training_260202 into develop 2026-02-12 15:44:11 +09:00
Showing only changes of commit b451f697bc - Show all commits

View File

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