하이퍼 파라미터 dto 주석 수정

This commit is contained in:
2026-02-23 14:13:25 +09:00
parent 8f75b16dc6
commit cb97c5e59e

View File

@@ -12,13 +12,14 @@ import lombok.Setter;
@AllArgsConstructor @AllArgsConstructor
@NoArgsConstructor @NoArgsConstructor
public class HyperParam { public class HyperParam {
@Schema(description = "모델", example = "G1")
private ModelType model; // G1, G2, G3
// ------------------------- // -------------------------
// Important // Important
// ------------------------- // -------------------------
@Schema(description = "모델", example = "large")
private ModelType model; // backbone
@Schema(description = "백본 네트워크", example = "large") @Schema(description = "백본 네트워크", example = "large")
private String backbone; // backbone private String backbone; // backbone