We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3038543 commit 5b269aeCopy full SHA for 5b269ae
1 file changed
natural-language-classifier/v1.ts
@@ -47,6 +47,11 @@ class NaturalLanguageClassifierV1 extends BaseService {
47
* @returns {NaturalLanguageClassifierV1}
48
*/
49
constructor(options: UserOptions) {
50
+ console.warn(`On 9 August 2021, IBM announced the deprecation of the Natural Language Classifier service.
51
+ 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.
52
+ Existing instances will be supported until 8 August 2022. Any instance that still exists on that date will be deleted.
53
+ For more information, see https://cloud.ibm.com/docs/natural-language-classifier?topic=natural-language-classifier-migrating`)
54
+
55
options = options || {};
56
57
if (!options.serviceName) {
0 commit comments