curl --location --request GET '/front/modelFineTune/listByName?taskName' \
--header 'FrontToken: {{FrontToken}}'{
"data": {
"total": 5,
"fineTuneErrorCount": 3,
"fineTuneRunningCount": 0,
"fineTuneQueuingCount": 0,
"fineTuneStartCount": 0,
"fineTuneFinishCount": 2
},
"code": 1001,
"message": "查询成功"
}