我试图将TensorFlow模型部署到GCP的云机器学习引擎中进行预测,但我得到了以下错误:
$> gcloud ml-engine versions create v1 --model $MODEL_NAME --origin $MODEL_BINARIES --runtime-version 1.9
Creating version (this might take a few minutes)......failed.
ERROR: (gcloud.ml-engine.versions.create) Bad model detected with error: "Fa
是否可以从GCP外部将事件发布到云发布/订阅? 让我来澄清一下我的疑问。在亚马逊网络服务中,我们可以通过API Gateway从非云客户端(https://github.com/cdk-patterns/serverless/blob/master/the-big-fan/README.md)调用REST API来直接将事件发布到SNS主题中,那么在GCP中是否有这样的方法来将事件发布到发布/订阅中? 我可以在SO (Acces Google Pub/Sub from outside of GCP)中看到类似的问题,但我相信它没有完全回答我的问题。是的,身份验证是必需的,而且它是一个横切的功