通过.Net连接vertex ai端点
有没有办法通过.Net代码连接谷歌云平台服务vertex ai端点?我是 gcp 顶点的新手。任何帮助都是非常有价值的。
Is there any way to connected google cloud platform service vertex ai endpoint through .Net code ? I am new to gcp vertex. any help is really apricated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以参考 Google.Cloud.AIPlatform.V1 文档 供点网参考。您可以首先:
You could refer to Google.Cloud.AIPlatform.V1 documentation for reference for dot net. You can start by:
重要的是!对于 Vertex AI,您必须在调用自定义训练模型时指定区域端点。请参阅 Java 示例链接。
具有自定义端点的 Java 示例
Importantly! for Vertex AI you must specify a region endpoint when calling your custom trained model. See Java sample link.
Java sample with custom endpoint