如何克服 Watson Discovery 上传数据中的错误 400
How overcome error 400 in Watson Discovery Upload Data
我是 IBM 云的新手。我错误地删除了我的 Watson Discovery 服务。之后,我重新创建了一个新服务,没有问题。但是,当我尝试将数据上传到 Watson Discovery 时,收到错误 400 "Only one free environment is allowed per resource group"。我使用的是轻量套餐。
有什么帮助吗?
也许为时已晚,但我在这个link下找到了一些信息:https://cloud.ibm.com/docs/discovery?topic=discovery-gs-api。
它提到了类似的东西:"If you have recently deleted a Lite instance and then receive a 400 - Only one free environment is allowed per resource group error message when creating a new environment in a new Lite instance, you need to finish deleting the original Lite instance. See ibmcloud resource reclamations and follow the reclamation-delete instructions."
还可以从这里收集更多信息:https://cloud.ibm.com/docs/cli?topic=cloud-cli-ibmcloud_commands_resource#ibmcloud_resource_reclamations
登录到您的 ibm 云帐户并转到 https://cloud.ibm.com/shell 和 运行 以下命令
ibmcloud resource reclamations
以上命令列出了您账号下的所有资源回收。要知道要删除哪个资源,请检查实体 CRN 并复制它的 ID,然后使用以下命令删除资源
ibmcloud resource reclamation-delete [ID] --force
将 ID 替换为要删除的资源 ID。
我是 IBM 云的新手。我错误地删除了我的 Watson Discovery 服务。之后,我重新创建了一个新服务,没有问题。但是,当我尝试将数据上传到 Watson Discovery 时,收到错误 400 "Only one free environment is allowed per resource group"。我使用的是轻量套餐。
有什么帮助吗?
也许为时已晚,但我在这个link下找到了一些信息:https://cloud.ibm.com/docs/discovery?topic=discovery-gs-api。 它提到了类似的东西:"If you have recently deleted a Lite instance and then receive a 400 - Only one free environment is allowed per resource group error message when creating a new environment in a new Lite instance, you need to finish deleting the original Lite instance. See ibmcloud resource reclamations and follow the reclamation-delete instructions."
还可以从这里收集更多信息:https://cloud.ibm.com/docs/cli?topic=cloud-cli-ibmcloud_commands_resource#ibmcloud_resource_reclamations
登录到您的 ibm 云帐户并转到 https://cloud.ibm.com/shell 和 运行 以下命令
ibmcloud resource reclamations
以上命令列出了您账号下的所有资源回收。要知道要删除哪个资源,请检查实体 CRN 并复制它的 ID,然后使用以下命令删除资源
ibmcloud resource reclamation-delete [ID] --force
将 ID 替换为要删除的资源 ID。