|
|
|
@@ -95,8 +95,8 @@ export enum AutoMLType { |
|
|
|
|
|
|
|
export const autoMLTypeOptions = [ |
|
|
|
{ label: '表格', value: AutoMLType.Table }, |
|
|
|
{ label: '文本分类', value: AutoMLType.Text }, |
|
|
|
{ label: '视频分类', value: AutoMLType.Video }, |
|
|
|
{ label: '文本', value: AutoMLType.Text }, |
|
|
|
{ label: '视频', value: AutoMLType.Video }, |
|
|
|
]; |
|
|
|
|
|
|
|
// 自动化任务类型 |
|
|
|
|