Skip to content

Commit

Permalink
Merge pull request #681 from watson-developer-cloud/hsaylor-fix-9627
Browse files Browse the repository at this point in the history
fix(nlc): add deprecation warning
  • Loading branch information
Mikemosca authored Aug 24, 2021
2 parents 5956c9f + b8f3355 commit 88b05b5
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ namespace IBM.Watson.NaturalLanguageClassifier.V1
{
public partial class NaturalLanguageClassifierService : BaseService
{
[System.Obsolete("On 9 August 2021, IBM announced the deprecation of the Natural Language Classifier service." +
"\nThe service will no longer be available from 8 August 2022. As of 9 September 2021, you will not be able to create new instances." +
"\nExisting instances will be supported until 8 August 2022. Any instance that still exists on that date will be deleted." +
"\nFor more information, see https://cloud.ibm.com/docs/natural-language-classifier?topic=natural-language-classifier-migrating")]

private const string defaultServiceName = "natural_language_classifier";
private const string defaultServiceUrl = "https://api.us-south.natural-language-classifier.watson.cloud.ibm.com";

Expand Down

0 comments on commit 88b05b5

Please sign in to comment.