File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Scripts/Services/NaturalLanguageClassifier/V1 Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,11 @@ namespace IBM.Watson.NaturalLanguageClassifier.V1
35
35
{
36
36
public partial class NaturalLanguageClassifierService : BaseService
37
37
{
38
+ [ System . Obsolete ( "On 9 August 2021, IBM announced the deprecation of the Natural Language Classifier service." +
39
+ "\n The service will no longer be available from 8 August 2022. As of 9 September 2021, you will not be able to create new instances." +
40
+ "\n Existing instances will be supported until 8 August 2022. Any instance that still exists on that date will be deleted." +
41
+ "\n For more information, see https://cloud.ibm.com/docs/natural-language-classifier?topic=natural-language-classifier-migrating" ) ]
42
+
38
43
private const string defaultServiceName = "natural_language_classifier" ;
39
44
private const string defaultServiceUrl = "https://api.us-south.natural-language-classifier.watson.cloud.ibm.com" ;
40
45
You can’t perform that action at this time.
0 commit comments