|
|
@@ -12,7 +12,7 @@ type CreateCloudBrainForm struct { |
|
|
|
Attachment string `form:"attachment" binding:"Required"` |
|
|
|
JobType string `form:"job_type" binding:"Required"` |
|
|
|
BenchmarkCategory string `form:"get_benchmark_category"` |
|
|
|
GpuType string `form:"gpu_type"` |
|
|
|
GpuType string `form:"gpu_type"` |
|
|
|
} |
|
|
|
|
|
|
|
type CommitImageCloudBrainForm struct { |
|
|
|