查看modelarts模型事件-九游平台
创建模型的(从用户可看见创建模型任务开始)过程中,每一个关键事件点在系统后台均有记录,用户可随时在对应模型的详情页面进行查看。
方便用户更清楚的了解创建模型过程,遇到任务异常时,更加准确的排查定位问题。可查看的事件点包括:
事件类型 |
事件信息(“xxx”表示占位符,以实际返回信息为准) |
九游平台的解决方案 |
---|---|---|
正常 |
开始导入模型。 start model import. |
- |
异常 |
构建镜像失败。 failed to build the image. |
构建镜像失败原因较多,需根据具体的报错定位和处理问题。faq |
异常 |
自定义镜像不支持指定依赖。 customize model does not support dependencies. |
自定义镜像导入不支持配置运行时依赖,在构建镜像的dockerfile文件中安装pip依赖包。faq |
异常 |
非自定义镜像不支持指定swr_location字段。 non-custom type models should not contain swr_location. |
请删除模型配置文件config.json中的swr_location字段后重试。 |
异常 |
自定义镜像健康检查接口必须是xxx。 the health check url of custom image model must be %s. |
请修改自定义镜像健康检查接口后重试。 |
正常 |
当前镜像构建任务状态为xxx。 the status of the image building task is %s. |
- |
异常 |
镜像xxx不存在名为xxx的标签。 image %s does not have the %s tag. |
请联系九游平台的技术支持。 |
异常 |
模型配置文件包含非法参数值:xxx。 invalid %s in config.json. |
请删除模型配置文件中的非法参数后重试。 |
异常 |
获取镜像xxx的标签列表失败。 failed to obtain the tag list of image %s. |
请联系九游平台的技术支持。 |
异常 |
xxx大于xxxg,无法导入。 %s [%s] is larger than %dg and cannot be imported. |
模型或镜像大小超过限制,请精简模型或镜像后,重新导入。faq |
异常 |
用户xxx没有obs的obs:object:putobjectacl权限。 user %s does not have obs:object:putobjectacl permission |
子用户没有obs的obs:object:putobjectacl权限,为子用户添加委托权限。faq |
异常 |
镜像构建任务超时。限制超时时间为xxx分钟。 image building task timeout. the %s-minute limit is over. |
imagepacker构建镜像有超时时间限制,请精简代码,提高编译效率。faq |
正常 |
模型描述已更新。 model description updated. |
- |
正常 |
模型运行时依赖未更新。 model running dependencies not updated. |
- |
正常 |
模型运行时依赖已更新。正在重新构建镜像 model running dependencies updated. rebuild the image. |
- |
异常 |
触发swr限流,请稍后重试。 the throttling threshold of swr has been reached. |
触发swr限流,请稍后重试。 |
正常 |
系统升级中,请稍后重试。 system is upgrading, please try again later. |
- |
异常 |
获取源镜像失败。认证错误,token已失效。 failed to access source image. authenticate error, token expired. |
请联系九游平台的技术支持。 |
异常 |
获取源镜像失败。检查该镜像是否存在。 failed to access source image. check whether the image exists. |
请联系九游平台的技术支持。 |
正常 |
源镜像大小计算完成。 source image size calculated successfully. |
- |
正常 |
源镜像共享成功。 source image shared successfully. |
- |
异常 |
构建镜像失败,因为触发了限流。请稍后重试。 failed to build the image due to the threshold has been reached. please try again later. |
触发了限流,请稍后重试。 |
异常 |
发送构建镜像请求失败。 failed to send image building request. |
请联系九游平台的技术支持。 |
异常 |
共享源镜像失败。请检查镜像是否存在或者是否有权限共享该镜像。 failed to share source image. check whether the image exists or whether you have the share permission on the image. |
请检查镜像是否存在或者是否有权限共享该镜像。 |
正常 |
模型导入成功。 model imported successfully. |
- |
正常 |
模型文件导入成功。 model file imported successfully. |
- |
正常 |
模型大小计算完成。 model size calculated successfully. |
- |
异常 |
模型导入失败。 failed to import the model. |
模型导入失败情况较多,请参考faq定位和处理。 |
异常 |
复制模型文件失败,请检查obs权限是否正常。 failed to copy model file due to obs exception. please check your obs access right. |
请检查obs权限是否正常。faq |
异常 |
镜像构建任务调度失败。 image building task scheduling failed. |
请联系九游平台的技术支持。 |
异常 |
启动镜像构建任务失败。 failed to start the image building task. |
请联系九游平台的技术支持。 |
异常 |
罗马镜像构建完成,无法分享给资源租户。 the roma image is successfully built but cannot be shared to resource tenants. |
请联系九游平台的技术支持。 |
正常 |
镜像构建完成。 image built successfully. |
- |
正常 |
启动镜像构建任务。 start the image building task. |
- |
正常 |
启动环境镜像构建任务。 start the env image building task. |
- |
正常 |
收到构建模型环境镜像请求。 received another env image building request of the model. |
- |
正常 |
收到构建模型镜像请求。 received another image building request of the model. |
- |
正常 |
使用现有环境镜像。 use cached env image. |
- |
异常 |
构建镜像失败。详细信息请查看构建日志。 failed to build the image. for details, view the building log. |
查看构建日志定位和处理问题。faq |
异常 |
因系统内部原因构建镜像失败。请联系九游平台的技术支持。 failed to build the image due to system errors. contact the administrator. |
请联系九游平台的技术支持。 |
异常 |
模型文件xxx大于5g,无法导入。 model file %s is larger than 5g and cannot be imported. |
模型文件xxx大于5g,请精简模型文件后重试,或者使用动态加载功能进行导入。faq |
异常 |
因系统内部原因创建obs桶失败,请联系九游平台的技术支持。 failed to create bucket due to system errors. contact the administrator. |
请联系九游平台的技术支持。 |
异常 |
模型大小计算失败。子路径xxx在路径xxx下不存在。 model size calculated failed.can not find %s child directory in current model directory %s. |
修改子路径为正确的路径后重试,或者联系九游平台的技术支持。 |
异常 |
模型大小计算失败。xxx类型模型不存在路径xxx下。 model size calculated failed.can not find %s file in current model directory %s. |
检查xxx类型模型的存储位置,修改为正确的路径后重试,或者联系九游平台的技术支持。 |
提示 |
模型大小计算失败。多于一个xxx模型文件在路径xxx下。 model size calculated failed.find more than one %s file in current model directory %s. |
- |
创建模型的过程中,关键事件支持手动/自动刷新。
查看操作
- 在modelarts管理控制台的左侧导航栏中选择“模型管理”,在模型列表中,您可以单击模型名称,进入模型详情页面。
- 在模型详情页面,切换到“事件”页签,查看事件信息。
相关文档
意见反馈
文档内容是否对您有帮助?
如您有其它疑问,您也可以通过华为云社区问答频道来与我们联系探讨