Skip to content

Commit 93e7b69

Browse files
committed
fix(Natural Language Understanding v1): Restore model field in CategoriesOptions
1 parent 2618103 commit 93e7b69

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

  • natural-language-understanding

natural-language-understanding/v1.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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. */

0 commit comments

Comments
 (0)