feat: add redis
This commit is contained in:
@@ -178,6 +178,7 @@ public class InferenceResultDto {
|
|||||||
@AllArgsConstructor
|
@AllArgsConstructor
|
||||||
public static class DetailListEntity {
|
public static class DetailListEntity {
|
||||||
|
|
||||||
|
private Double detectionScore;
|
||||||
private Clazz compare;
|
private Clazz compare;
|
||||||
private Clazz target;
|
private Clazz target;
|
||||||
private MapSheet mapSheet;
|
private MapSheet mapSheet;
|
||||||
|
|||||||
@@ -155,6 +155,6 @@ public class MapSheetAnalDataGeomEntity {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return new InferenceResultDto.DetailListEntity(
|
return new InferenceResultDto.DetailListEntity(
|
||||||
comparedClazz, targetClazz, mapSheet, coordinate, createdDttm);
|
cdProb, comparedClazz, targetClazz, mapSheet, coordinate, createdDttm);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user