Skip to content

Commit 9f0e7fe

Browse files
committed
docs: update deprecated message
1 parent 657acae commit 9f0e7fe

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Scripts/Services/NaturalLanguageUnderstanding/V1/Model/CategoriesOptions.cs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,12 @@ public class CategoriesOptions
4141
/// Enter a [custom
4242
/// model](https://cloud.ibm.com/docs/services/natural-language-understanding?topic=natural-language-understanding-customizing)
4343
/// ID to override the standard categories model
44-
/// **Deprecated** the model parameter is no longer supported by the Natural Language Understanding service and will
45-
/// be removed in the next major release
44+
///
45+
/// **Deprecated**
46+
// The custom categories experimental feature will be retired on 19 December 2019. On that date, deployed custom
47+
// categories models will no longer be accessible in Natural Language Understanding. The feature will be removed from
48+
// Knowledge Studio on an earlier date. Custom categories models will no longer be accessible in Knowledge Studio on 17
49+
// December 2019.
4650
/// </summary>
4751
[JsonProperty("model", NullValueHandling = NullValueHandling.Ignore)]
4852
public string Model { get; set; }

0 commit comments

Comments
 (0)