IBM Watson VIsual识别-错误:并发HTTP连接数量过多 [英] IBM Watson VIsual Recognition - ERROR: excessive number of concurrent HTTP connections

查看:86
本文介绍了IBM Watson VIsual识别-错误:并发HTTP连接数量过多的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用视觉识别将类添加到我的自定义分类器之一时,执行任务时遇到以下错误:

Having trouble adding a class to one of my custom classifiers using Visual Recognition, when executing the task I get the below error:

状态:500,错误:如果看到此消息,则可能与此服务建立了过多的并发HTTP连接.请检查您分配的服务层的并发限制.

status: 500, error: If you are seeing this message, you are likely making an excessive number of concurrent HTTP connections to this service. Please check the concurrency limits for your assigned service tier.

有人知道这意味着什么吗?我可以在哪里管理并发限制"?

Does anyone know what this means or where I can manage my "concurrency limits"?

这是我用来调用添加新类的代码.

This is the code I'm using to make the call of adding a new class.

File positiveImgs = new File(".../" + className + ".zip");

ClassifierOptions options = 
   new ClassifierOptions.Builder().addClass(className, positiveImgs).build();

VisualClassifier result;
result = service.updateClassifier(classifierID, options).execute();

System.out.println(result);

谢谢

推荐答案

此问题已解决,看来今天IBM Watson服务存在问题,该问题已由IBM解决.

This was resolved, it looks like it was an issue with IBM Watson services today which was resolved by IBM.

这篇关于IBM Watson VIsual识别-错误:并发HTTP连接数量过多的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆