|
|
|
@@ -333,7 +333,9 @@ func NotebookShow(ctx *context.Context) { |
|
|
|
|
|
|
|
func GetCloudBrainDataSetInfo(uuid string, datasetname string, isNeedDown bool) []models.DatasetDownload { |
|
|
|
datasetDownload := make([]models.DatasetDownload, 0) |
|
|
|
|
|
|
|
if len(uuid) == 0 { |
|
|
|
return datasetDownload |
|
|
|
} |
|
|
|
uuidList := strings.Split(uuid, ";") |
|
|
|
datasetnameList := strings.Split(datasetname, ";") |
|
|
|
for i, uuidStr := range uuidList { |
|
|
|
|