추론 결과 상세정보 inference 테이블 uuid 추가
This commit is contained in:
@@ -457,6 +457,7 @@ public class InferenceDetailDto {
|
||||
|
||||
private String bboxGeom;
|
||||
private String bboxCenterPoint;
|
||||
private UUID inferenceUuid;
|
||||
|
||||
public AnalResultInfo(
|
||||
String analTitle,
|
||||
@@ -472,7 +473,8 @@ public class InferenceDetailDto {
|
||||
Integer stage,
|
||||
String subUid,
|
||||
Boolean applyYn,
|
||||
ZonedDateTime applyDttm) {
|
||||
ZonedDateTime applyDttm,
|
||||
UUID inferenceUuid) {
|
||||
this.analTitle = analTitle;
|
||||
this.modelVer1 = modelVer1;
|
||||
this.modelVer2 = modelVer2;
|
||||
@@ -502,6 +504,7 @@ public class InferenceDetailDto {
|
||||
|
||||
this.elapsedDuration = String.format("%02d:%02d:%02d", h, m, s);
|
||||
}
|
||||
this.inferenceUuid = inferenceUuid;
|
||||
}
|
||||
|
||||
@JsonProperty("bboxGeom")
|
||||
|
||||
Reference in New Issue
Block a user