학습데이터제작 상태 update, ING 인 건수 API 추가
This commit is contained in:
@@ -204,6 +204,19 @@ public class TrainingDataLabelDto {
|
||||
}
|
||||
}
|
||||
|
||||
@Getter
|
||||
@Setter
|
||||
@NoArgsConstructor
|
||||
@AllArgsConstructor
|
||||
public static class InferenceIdInfo {
|
||||
|
||||
@Schema(description = "inferenceGeomUid")
|
||||
private Long inferenceGeomUid;
|
||||
|
||||
@Schema(description = "analUid")
|
||||
private Long analUid;
|
||||
}
|
||||
|
||||
@Schema(name = "LearnDataGeometry", description = "LearnDataGeometry")
|
||||
@Getter
|
||||
@Setter
|
||||
|
||||
Reference in New Issue
Block a user