英文:
Why would Vertex AI not take the machine type while deploying endpoint for the model?
问题
我正在尝试在Vertex AI上部署我成功导入的模型。但在点击“完成”时,机器类型丢失了。我无法部署模型。还有其他人也遇到这个问题吗?我该如何修复它?
英文:
I am trying to deploy my successfully-imported on Vertex AI. But, while doing so, upon clicking "Done", the machine type is lost. And I am unable to deploy the model. Is someone else facing this too? How can I fix it?
答案1
得分: 1
我曾经遇到过相同的问题,但命令行界面可以正常工作。然而,我也曾经遇到过间歇性的失败。
<!-- begin snippet: js hide: false console: true babel: false -->
<!-- language: lang-html -->
gcloud ai endpoints deploy-model *args*
<!-- end snippet -->
英文:
I have experienced the same issue, but the command line interface works. However, I have experienced and intermittent failure with it as well.
<!-- begin snippet: js hide: false console: true babel: false -->
<!-- language: lang-html -->
gcloud ai endpoints deploy-model *args*
<!-- end snippet -->
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论