在 Google Cloud Automl - 语言分类上,我提出了以下预测请求。
我得到了 - 该模型尚未部署,因此尚不支持预测。
我们如何部署模型?如果部署模型,我看不到任何文档
我正在运行 Google Cloud Shell 中代码中显示的此命令
curl -X POST -H“授权:Bearer $(gcloud auth application-default print-access-token)”-H“内容类型:application/json” https://automl.googleapis.com/v1beta1/projects/[ projectid]/locations/us-central1/models/[Modelname]:predict -d '{ "payload" : { "textSnippet": { "content": "YOUR TEXT HERE", "mime_type": "text/plain" } , } }' { "error": { "code": 400, "message": "模型未部署,因此不支持预测。", "status": "FAILED_PRECONDITION" } }
预期预测