{{ + home: "工作台", + scripts: "构建脚本", + schedules: "调度配置", + system: "系统管理", + }[activePage]}
+创建你的第一个模型脚本
++ 通过 Notebook 完成数据探索,或使用 Python + 脚本构建可调度的处理任务。 +
+ +当前位于 {demoContext.workspaceName},可以继续构建脚本或配置调度。
+{demoContext.workspaceName} · {employees.length} 名员工
正在加载员工…
: employees.map((employee) => { + const isProtectedAdmin = employee.role_code === "admin"; + return ( +{employee.username}
+ {employee.role_name}
+ {employee.status === "active" ? "正常" : employee.status === "disabled" ? "已停用" : "已锁定"}
+
+
+
+
+ + 通过 Notebook 完成数据探索,或使用 Python + 脚本构建可调度的处理任务。 +
+ ++ {publishedVersion.version_label} 已成为不可变制品, + 后续调度将通过 versions_id 引用它。 +
+{publishedVersion.versions_id}
+
+ + {readOnly ? "暂无文件" : "右键此目录即可新建或上传"} +
+ )} +
+ Runtime {editSession.runtime_id.slice(-8)}
+
+ + {openError + ? openError + : "正在获取编辑锁并连接 Workspace Jupyter Server…"} +
+ {openError && ( + + )} +{script.relative_path}
++ """模型实验开发平台构建脚本。""" + {"\n\n"}def main() -> None: + {"\n"} print("Hello, Model Platform!") + {"\n\n\n"}if __name__ == "__main__": + {"\n"} main() ++
点击“新建”创建一个调度,然后拖入稳定版本脚本。
+把左侧脚本卡片拖到这里,或双击卡片快速加入。
+正在加载运行记录…
+ ) : runs.length === 0 ? ( +点击右上角“立即运行”后,这里会显示状态和耗时。
+ ) : ( + runs.map((run) => ( +{run.error_message}
} +{run.run_id.slice(-8)}
+ 选中调度方案后可配置触发方式、Cron 和执行策略。
+{details}
+ {stack && ( +
+ {stack}
+
+ )}
+ 当前位于 {demoContext.workspaceName},可以继续构建脚本或配置调度。
+{demoContext.workspaceName} · {employees.length} 名员工
正在加载员工…
: employees.map((employee) => { + const isProtectedAdmin = employee.role_code === "admin"; + return ( +{employee.username}
+ {employee.role_name}
+ {employee.status === "active" ? "正常" : employee.status === "disabled" ? "已停用" : "已锁定"}
+
+ + 通过 Notebook 完成数据探索,或使用 Python + 脚本构建可调度的处理任务。 +
++ {publishedVersion.version_label} 已成为不可变制品, + 后续调度将通过 versions_id 引用它。 +
+{publishedVersion.versions_id}
+ + {readOnly ? "暂无文件" : "右键此目录即可新建或上传"} +
+ )} +
+ Runtime {editSession.runtime_id.slice(-8)}
+
+ + {openError + ? openError + : "正在获取编辑锁并连接 Workspace Jupyter Server…"} +
+ {openError && ( +{script.relative_path}
++ """模型实验开发平台构建脚本。""" + {"\n\n"}def main() -> None: + {"\n"} print("Hello, Model Platform!") + {"\n\n\n"}if __name__ == "__main__": + {"\n"} main() ++
{node.version.script_name}
+ +点击“新建”创建一个调度,然后拖入稳定版本脚本。
+把左侧脚本卡片拖到这里,或双击卡片快速加入。
+正在加载运行记录…
+ ) : runs.length === 0 ? ( +点击右上角“立即运行”后,这里会显示状态和耗时。
+ ) : ( + runs.map((run) => ( +{run.error_message}
} +{run.run_id.slice(-8)}
+ 选中调度方案后可配置触发方式、Cron 和执行策略。
+{details}
+ {stack && ( +
+ {stack}
+
+ )}
+