【问题标题】:Can I use Google API without Google Compute Engine? (Cloud SDK)我可以在没有 Google Compute Engine 的情况下使用 Google API 吗? (云SDK)
【发布时间】:2017-07-07 02:06:20
【问题描述】:

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

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

但是,我只想在本地计算机上使用 Google Cloud Vision API。

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

总结问题。

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

【问题讨论】:

    标签: google-api google-compute-engine google-cloud-vision


    【解决方案1】:

    TL;DR - 是的,您可以 - 它们是独立的服务,您可以单独使用它们,也可以在需要时将它们组合使用。您只需为使用的内容付费。

    谷歌计算引擎

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

    谷歌云视觉

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

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

    Cloud Vision 和 Google Compute Engine 都是 Google Cloud Platform 的云服务的一部分。他们都需要先创建一个项目(使用Google Cloud Console)和setting up billing,然后您才能使用这些服务中的任何一个(或者实际上是任何谷歌云服务)。

    试用 Cloud Vision API

    【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-04-05
    相关资源
    最近更新 更多