File tree Expand file tree Collapse file tree
natural-language-understanding Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -454,6 +454,16 @@ namespace NaturalLanguageUnderstandingV1 {
454454 explanation ?: boolean ;
455455 /** Maximum number of categories to return. */
456456 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 ;
457467 }
458468
459469 /** Relevant text that contributed to the categorization. */
You can’t perform that action at this time.
0 commit comments