Google api 谷歌预测训练错误消息

Google api 谷歌预测训练错误消息,google-api,prediction,google-prediction,Google Api,Prediction,Google Prediction,我正在尝试训练一个模型,以便在谷歌预测API中使用。12小时前,我上传了一个csv,有100万行和10列。在过去的几个小时里,每次我检查时,trainingStatus都在“运行”,但当我使用prediction.trainedmodels.get请求时,它会返回以下响应: { "kind": "prediction#training", "id": "my_model", "selfLink": "https://content.googleapis.com/prediction/v1.

我正在尝试训练一个模型,以便在
谷歌预测API
中使用。12小时前,我上传了一个csv,有100万行和10列。在过去的几个小时里,每次我检查时,
trainingStatus
都在“运行”,但当我使用
prediction.trainedmodels.get
请求时,它会返回以下响应:

{
 "kind": "prediction#training",
 "id": "my_model",
 "selfLink": "https://content.googleapis.com/prediction/v1.6/projects/my_project/trainedmodels/my_model",
 "created": "2014-03-24T03:36:51.252Z",
 "trainingStatus": "ERROR"
}
有没有办法获得更详细的错误消息

我在项目上启用了有效的计费配置文件,但在中没有看到任何内容。

培训后,我在培训文件中收到信息“ERROR”。什么 发生了什么?

同时我们不断努力提供更详细的错误信息 消息,如果培训失败,当前将返回此消息, 预测引擎找不到训练文件或其他文件 错误。如果您一直收到此消息,请检查您的培训查询以 确保数据路径正确,并检查您的培训 数据格式,以确保没有额外的换行符或 逗号,然后尝试重新提交培训请求