MCPcopy Create free account
hub / github.com/ModelEngine-Group/app-platform / modifyDataSetListData

Function modifyDataSetListData

frontend/src/shared/http/apps.ts:81–84  ·  view source on GitHub ↗
(dataSet)

Source from the content-addressed store, hash-verified

79 * @property {string} input - 输出.
80 * */
81export function modifyDataSetListData(dataSet) {
82 const url = `${APP_URL}/evalDataset/evalData`;
83 return patch(url, dataSet);
84}
85
86/**
87 * @description 创建评估数据集

Callers

nothing calls this directly

Calls 1

patchFunction · 0.90

Tested by

no test coverage detected