[KC-108] ai api batch 작업중
This commit is contained in:
@@ -118,6 +118,12 @@ public class MapSheetLearnEntity {
|
||||
@Column(name = "detect_end_cnt")
|
||||
private Long detectEndCnt;
|
||||
|
||||
@Column(name = "model_compare_path")
|
||||
private String modelComparePath;
|
||||
|
||||
@Column(name = "model_target_path")
|
||||
private String modelTargetPath;
|
||||
|
||||
public InferenceResultDto.ResultList toDto() {
|
||||
return new InferenceResultDto.ResultList(
|
||||
this.uuid,
|
||||
|
||||
Reference in New Issue
Block a user