You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
General-AI-Platform-Web/mock/pools/algorithmModelData.ts

61 lines
1.4 KiB
TypeScript

/*
* @Author: donghao donghao@supervision.ltd
* @Date: 2024-01-24 16:58:15
* @LastEditors: donghao donghao@supervision.ltd
* @LastEditTime: 2024-01-24 16:58:26
* @FilePath: \general-ai-platform-web\mock\pools\algorithmModelData.ts
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
*/
/**模型版本-选择模型 */
export const mockGetAlgorithmModelFkSelectData = {
data: {
list: [
{
name: '玩手机识别',
id: 1,
defaultVersionFkId: null,
},
{
name: '打瞌睡',
id: 2,
defaultVersionFkId: null,
},
{
name: '离岗',
id: 3,
defaultVersionFkId: null,
},
{
name: '玩手机识别1',
id: 4,
defaultVersionFkId: 6,
},
{
name: '玩手机yolo1',
id: 5,
defaultVersionFkId: 5,
},
{
name: '玩手机yolo2',
id: 6,
defaultVersionFkId: 4,
},
{
name: '打瞌睡yolo1',
id: 7,
defaultVersionFkId: 7,
},
{
name: '离岗yolo1',
id: 8,
defaultVersionFkId: 23,
},
{
name: '测试模型',
id: 9,
defaultVersionFkId: 27,
},
],
},
};