首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >请检查具有相同名称的管道之前是否已提交到其他端点

请检查具有相同名称的管道之前是否已提交到其他端点
EN

Stack Overflow用户
提问于 2021-11-18 16:27:43
回答 1查看 63关注 0票数 0

每当我尝试使用vertex-ai管理的Jupiter笔记本运行管道作业时,都会出现下面的错误。

在这里,我确保每次都通过在管道名称中添加一个时间戳来创建唯一的管道名称。例如,我的显示名称将类似于AutoML-Pipeline-DS-v4-1637251623,但我仍然收到类似于Please check if pipelines with the same name were previously submitted to a different endpoint.的错误

在这里,我使用google-cloud-aiplatform==1.4.3来运行管道作业。另外,我正在关注GCP中的这个example

代码语言:javascript
复制
com.google.cloud.ai.platform.common.errors.AiPlatformException: code=INVALID_ARGUMENT, message=User-specified resource ID must match the regular expression '[a-z0-9][a-z0-9-]{0,127}', cause=null; Failed to update context (id = projects/xxxx/locations/us-central1/metadataStores/default/contexts/AutoML-Pipeline-DS-v4-1637251623). Please check if pipelines with the same name were previously submitted to a different endpoint. If so, one may submit the current pipeline with a different name to avoid reusing the existing MLMD Context from the other endpoint.; Failed to update pipeline and run contexts: project_number=xxxx, job_id=xxxx.; Failed to handle the job: {project_number = xxxx, job_id = xxxx}
EN

回答 1

Stack Overflow用户

发布于 2021-11-25 06:23:37

请检查正则表达式,单词应该是这样的automlipelinedsv41637251623

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/70023418

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档