feat/training_260202 #41

Merged
gina merged 2 commits from feat/training_260202 into develop 2026-02-12 09:53:02 +09:00
2 changed files with 2 additions and 1 deletions

View File

@@ -261,6 +261,7 @@ public class DatasetDto {
this.datasetId = datasetId; this.datasetId = datasetId;
this.uuid = uuid; this.uuid = uuid;
this.dataType = dataType; this.dataType = dataType;
this.dataTypeName = getDataTypeName(dataType);
this.title = title; this.title = title;
this.roundNo = roundNo; this.roundNo = roundNo;
this.compareYyyy = compareYyyy; this.compareYyyy = compareYyyy;

View File

@@ -142,7 +142,7 @@ public class TrainApiController {
return ApiResponseDto.ok("ok"); return ApiResponseDto.ok("ok");
} }
@Operation(summary = "학습 취소", description = "학습 취소 API") @Operation(summary = "test 학습 취소", description = "학습 취소 API")
@ApiResponses( @ApiResponses(
value = { value = {
@ApiResponse( @ApiResponse(