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

Function modifyDataSetBaseInfo

frontend/src/shared/http/apps.ts:62–65  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

60 * @property {string} description - 数据集描述.
61 * */
62export function modifyDataSetBaseInfo(data) {
63 const url = `${APP_URL}/evalDataset`;
64 return patch(url, data);
65}
66
67/**
68 * @typedef {Object} DataSet

Callers

nothing calls this directly

Calls 1

patchFunction · 0.90

Tested by

no test coverage detected