Skip to content

Commit 84c5590

Browse files
committed
docs: Add deprecation message
1 parent f7fef1b commit 84c5590

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/IBM.Watson.NaturalLanguageUnderstanding.v1/Model/CategoriesOptions.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@ public class CategoriesOptions
4040
/// <summary>
4141
/// Enter a [custom
4242
/// model](https://cloud.ibm.com/docs/services/natural-language-understanding?topic=natural-language-understanding-customizing)
43-
/// ID to override the standard categories model.
43+
/// ID to override the standard categories model. The custom categories experimental feature will be retired on 19 December
44+
/// 2019. On that date, deployed custom categories models will no longer be accessible in Natural Language Understanding.
45+
/// The feature will be removed from Knowledge Studio on an earlier date. Custom categories models will no longer be accessible
46+
/// in Knowledge Studio on 17 December 2019.
4447
/// </summary>
4548
[JsonProperty("model", NullValueHandling = NullValueHandling.Ignore)]
4649
public string Model { get; set; }

0 commit comments

Comments
 (0)