File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Scripts/Services/NaturalLanguageUnderstanding/V1/Model Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,12 @@ public class CategoriesOptions
41
41
/// Enter a [custom
42
42
/// model](https://cloud.ibm.com/docs/services/natural-language-understanding?topic=natural-language-understanding-customizing)
43
43
/// 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.
46
50
/// </summary>
47
51
[ JsonProperty ( "model" , NullValueHandling = NullValueHandling . Ignore ) ]
48
52
public string Model { get ; set ; }
You can’t perform that action at this time.
0 commit comments