无法为CloudML创建自定义预测模型

时间:2019-07-26 14:44:54

标签: google-cloud-ml

我正在GCP上使用AI平台,但是无法使用CLI创建该模型的新版本。

我输入的命令是:

gcloud beta ai-platform versions create versionname \
  --model=MyModelName \
  --runtime-version=1.14 \
  --python-version=3.5 \
  --origin=gs://path-to-bucket/xgb/ \
  --package-uris=gs://path-to-bucket/xgb/my_custom_code-0.1.tar.gz \
  --prediction-class=predictor.MyPredictor

但是,我收到以下错误,其中不包含任何有用的消息:

enter image description here

请注意,我可以使用Google控制台本身进行部署。

0 个答案:

没有答案