Skip to content

Commit 851c881

Browse files
authored
Merge pull request #411 from watson-developer-cloud/hotfix-restore-categories-model
Restore categories model
2 parents 102270d + 84c5590 commit 851c881

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,16 @@ public class CategoriesOptions
3737
/// </summary>
3838
[JsonProperty("limit", NullValueHandling = NullValueHandling.Ignore)]
3939
public long? Limit { get; set; }
40+
/// <summary>
41+
/// Enter a [custom
42+
/// model](https://cloud.ibm.com/docs/services/natural-language-understanding?topic=natural-language-understanding-customizing)
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.
47+
/// </summary>
48+
[JsonProperty("model", NullValueHandling = NullValueHandling.Ignore)]
49+
public string Model { get; set; }
4050
}
4151

4252
}

0 commit comments

Comments
 (0)