How to know if an application is using Cloud Foundry?

前端 未结 2 943
面向向阳花
面向向阳花 2021-01-25 08:59

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, sentimen

相关标签:
2条回答
  • 2021-01-25 09:46

    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.

    0 讨论(0)
  • 2021-01-25 09:58

    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

    0 讨论(0)
提交回复
热议问题