How to know if an application is using Cloud Foundry?

落花浮王杯 提交于 2020-12-26 12:05:33

问题


I am working on a .NET application that uses IBM Watson for sentiment analysis. I am new to this project and don't know the proper working of the IBM Watson. Recently, sentiment Analysis stopped working and we sent an email to IBM about it and they said that it might because we have not yet migrated it from Cloud Foundry to Resource Group.

I don't know whether we are using Cloud Foundary or not. How can I check it? People who have worked on this project before are currently not available and I am on my own now.

Please help me out.


回答1:


If you need to migrate from Cloud Foundry, see Migrating Watson services from Cloud Foundry.

You can find out details about the service instance that you are using by clicking the service instance in your Resource list on IBM Cloud and looking at the credentials.




回答2:


Your project is most probably using the sentiment features of the Watson Natural Language Understanding service. Service documentation can be found here - https://cloud.ibm.com/docs/services/natural-language-understanding?topic=natural-language-understanding-getting-started

If you are writing .net code then your link to the appropriate API Documentation is https://cloud.ibm.com/apidocs/natural-language-understanding/natural-language-understanding?code=dotnet-standard

To check if your service is still on cloud foundary or has been migrated then check the answer in this question - IBM Watson Text-to-speech API keeps throwing Error: 403 Forbidden



来源:https://stackoverflow.com/questions/59961328/how-to-know-if-an-application-is-using-cloud-foundry

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!