File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
natural-language-understanding Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -454,6 +454,16 @@ namespace NaturalLanguageUnderstandingV1 {
454
454
explanation ?: boolean ;
455
455
/** Maximum number of categories to return. */
456
456
limit ?: number ;
457
+ /** Enter a [custom
458
+ * model](https://cloud.ibm.com/docs/services/natural-language-understanding?topic=natural-language-understanding-customizing)
459
+ * ID to override the standard categories model.
460
+ *
461
+ * The custom categories experimental feature will be retired on 19 December 2019. On that date, deployed custom
462
+ * categories models will no longer be accessible in Natural Language Understanding. The feature will be removed
463
+ * from Knowledge Studio on an earlier date. Custom categories models will no longer be accessible in Knowledge
464
+ * Studio on 17 December 2019.
465
+ */
466
+ model ?: string ;
457
467
}
458
468
459
469
/** Relevant text that contributed to the categorization. */
You can’t perform that action at this time.
0 commit comments