feat/training_260202 #49
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user