我正在尝试运行Prediction API 示例。一切都按照这些说明进行配置,但我收到的唯一消息是:
500 Internal Server Error
{
"code" : 500,
"message" : null
}
Process finished with exit code 1
找不到我缺少的东西......欢迎任何帮助。
我正在尝试运行Prediction API 示例。一切都按照这些说明进行配置,但我收到的唯一消息是:
500 Internal Server Error
{
"code" : 500,
"message" : null
}
Process finished with exit code 1
找不到我缺少的东西......欢迎任何帮助。
我认为您使用的是旧版本的 Prediction API - v1.5。当前版本是 v1.6,你可以在这里找到一些示例代码 - https://github.com/gxlzlihao/GooglePredictionAPISample/blob/master/src/main/java/com/google/api/services/samples/prediction/ cmdline/PredictionSample.java