[KC-103] 추론 실행 조건 변경, exception 처리 추가
This commit is contained in:
@@ -48,4 +48,10 @@ public class MapSheetLearn5kEntity {
|
||||
|
||||
@Column(name = "created_uid")
|
||||
private Long createdUid;
|
||||
|
||||
@Column(name = "befroe_year")
|
||||
private Integer beforeYear;
|
||||
|
||||
@Column(name = "is_success")
|
||||
private Boolean isSuccess;
|
||||
}
|
||||
|
||||
@@ -142,6 +142,9 @@ public class MapSheetLearnEntity {
|
||||
@Column(name = "m3_model_end_dttm")
|
||||
private ZonedDateTime m3ModelEndDttm;
|
||||
|
||||
@Column(name = "stage")
|
||||
private Integer stage;
|
||||
|
||||
public InferenceResultDto.ResultList toDto() {
|
||||
return new InferenceResultDto.ResultList(
|
||||
this.uuid,
|
||||
|
||||
Reference in New Issue
Block a user