[KC-103] 추론 실행 예시 파라미터 변경
This commit is contained in:
@@ -145,19 +145,19 @@ public class InferenceResultDto {
|
||||
@AllArgsConstructor
|
||||
public static class RegReq {
|
||||
|
||||
@Schema(description = "제목", example = "2025-2026 track changes Pororo")
|
||||
@Schema(description = "제목", example = "2023-2024 변화탐지 테스트")
|
||||
@NotBlank
|
||||
private String title;
|
||||
|
||||
@Schema(description = "M1", example = "785a845b-1b16-46c5-bf12-6c3258523c2a")
|
||||
@Schema(description = "M1", example = "3e5d18b8-a7d7-4ce1-9f1e-52d75f953439")
|
||||
@NotNull
|
||||
private UUID model1Uuid;
|
||||
|
||||
@Schema(description = "M2", example = "4ca57bab-5c68-419e-83bf-7fae0b254b47")
|
||||
@Schema(description = "M2", example = "55fba5d2-f69c-47ea-b54c-7efc8e1ecfa0")
|
||||
@NotNull
|
||||
private UUID model2Uuid;
|
||||
|
||||
@Schema(description = "M3", example = "6b0ce3af-0070-463b-8b7b-4d5e837a472e")
|
||||
@Schema(description = "M3", example = "a96cb525-a17c-4157-9e4a-49cceeb17518")
|
||||
@NotNull
|
||||
private UUID model3Uuid;
|
||||
|
||||
@@ -183,7 +183,8 @@ public class InferenceResultDto {
|
||||
|
||||
@Schema(
|
||||
description = "5k 도협 번호 목록",
|
||||
example = "[{\"mapSheetNum\":37914034,\"mapSheetName\":\"죽변\"}]")
|
||||
example =
|
||||
"[{\"mapSheetNum\":33605099,\"mapSheetName\":\"비양도\"},{\"mapSheetNum\":33605100,\"mapSheetName\":\"비양도\"},{\"mapSheetNum\":33606059,\"mapSheetName\":\"한림\"}]")
|
||||
@NotNull
|
||||
private List<MapSheetNumDto> mapSheetNum;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user