|
@@ -326,6 +326,14 @@ type AiPredictModelFrameworkItem struct {
|
|
|
CreateTime string `description:"创建时间"`
|
|
|
ModifyTime string `description:"更新时间"`
|
|
|
Nodes []*AiPredictModelFrameworkNodeItem `description:"框架节点"`
|
|
|
+ Button AiPredictModelFrameworkItemButton `description:"操作按钮"`
|
|
|
+}
|
|
|
+
|
|
|
+// AiPredictModelFrameworkItemButton 操作按钮
|
|
|
+type AiPredictModelFrameworkItemButton struct {
|
|
|
+ OpButton bool `description:"是否可编辑"`
|
|
|
+ DeleteButton bool `description:"是否可删除"`
|
|
|
+ MoveButton bool `description:"是否可移动"`
|
|
|
}
|
|
|
|
|
|
// FormatAiPredictModelFramework2Item 格式化框架信息
|