[KC-108] ai api 실행

This commit is contained in:
2026-01-12 19:28:33 +09:00
parent 546981076c
commit f61ff5077d
6 changed files with 90 additions and 7 deletions

View File

@@ -40,7 +40,7 @@ public class MapSheetLearnEntity {
@Column(name = "title", nullable = false, length = 200)
private String title;
@Size(max = 10)
@Size(max = 20)
@Column(name = "status", length = 10)
private String status;
@@ -103,6 +103,9 @@ public class MapSheetLearnEntity {
@Column(name = "updated_uid")
private Long updatedUid;
@Column(name = "batch_id")
private Long batchId;
public InferenceResultDto.ResultList toDto() {
return new InferenceResultDto.ResultList(
this.uuid,