Skip to content

Commit f2cbb5e

Browse files
authored
Merge pull request watson-developer-cloud#1015 from watson-developer-cloud/hotfix-restore-model-field
Restore model field in CategoriesOptions
2 parents 2618103 + 93e7b69 commit f2cbb5e

File tree

1 file changed

+10
-0
lines changed
  • natural-language-understanding

1 file changed

+10
-0
lines changed

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)