我可以在没有 Google Compute Engine 的情况下使用 Google API 吗? (云SDK)

Can I use Google API without Google Compute Engine? (Cloud SDK)

https://www.youtube.com/watch?v=chk2rRjSn5o https://www.youtube.com/watch?v=nMY0qDg16y4&t=491s

这些系列视频使用 Google Compute Engine 访问 Google Cloud vision API。

但是,我只想在本地计算机上使用 Google 云视觉 API。

我发现 Cloud SDK 是一个选项,但我不明白它是如何工作的。 它 link 我的计算机到 Google Compute Engine 吗? 那么,我还需要为引擎付费吗?

总结一下问题。

有什么方法可以让我只为 Google Cloud Vision API 付费,而无需为 Google Compute Engine 付费?

TL;DR - 是的,您可以 - 它们是独立的服务,您可以单独使用它们,也可以根据需要组合使用它们。您只需为使用的东西付费。

Google 计算引擎

您分享的第一个 YouTube 视频 link 是关于在 Google Cloud 中使用 Google Compute Engine (GCE), which is an IaaS (Infrastructure as a Service) 选项。您可以使用它来设置虚拟机、自定义网络、实例组、负载均衡器和其他基础设施。

Google云视

Google Cloud Vision 是一项更具体的服务,可帮助您进行图像分析。它是一项独立于 Google Compute Engine 的服务,您无需使用 Google Compute Engine 即可使用 Cloud Vision APIs(但如果您将来愿意,也可以这样做) .

换句话说 - 是的,您无需为 Google Compute Engine 付费即可使用 Cloud Vision APIs。

Cloud Vision 和 Google Compute Engine 都是 Google Cloud Platform. Both of them require first creating a project (using Google Cloud Console) and setting up billing 的云服务的一部分,然后您才能使用这些服务中的任何一个(或者实际上是任何 Google 云服务)。

试用 Cloud Vision API