简体   繁体   English

GCP Vertex AI Rest API 用于笔记本执行

[英]GCP Vertex AI Rest API for Notebook Execution

I'm a bit of a noob to Vertex AI.我对 Vertex AI 有点陌生。

I've made a user-managed notebook with a single Python3 notebook which does the work I need it to do.我用一个 Python3 笔记本制作了一个用户管理的笔记本,它完成了我需要它做的工作。

My question is how can I call this notebook to run in Vertex AI from Python client?我的问题是如何调用此笔记本以从 Python 客户端在 Vertex AI 中运行? What would be the correct service(s) to call?调用的正确服务是什么? The Vertex AI documentation is a little confusing. Vertex AI 文档有点混乱。 This basic use case or quickstart is difficult to locate.这个基本用例或快速入门很难找到。

Do I need to create a pipelines, then call that?我需要创建一个管道,然后调用它吗?

Thanks.谢谢。

Looking through the Vertex SDK repo , it doesn't look like the Vertex AI Workbench API is supported.查看Vertex SDK repo ,看起来并不支持Vertex AI Workbench API This means your options are either using the UI or trying the generic Google python client .这意味着您可以选择使用UI或尝试通用 Google python 客户端

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM