Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
https://cloud.google.com/ml-engine/docs/tutorials/python-guide说谷歌客户端 API 库中存在 ml-engine 库。既然谷歌云客户端库是为云应用量身定做的,它应该没有吧?
不同之处在于客户端库本质上是从 REST API 自动生成的,而 Google Cloud 是手写的,以遵循每种语言的惯用用法。因此,通常客户端 API 具有更广泛的语言覆盖范围并且可以立即使用。如果有足够的需求,将创建特定语言的 Cloud API。
所以,我想我的意思是您应该向 cloudml 团队提供反馈,说明您希望 Google Cloud API for ml-engine 使用哪种语言。