Skip to content

Commit

Permalink
fix(hand edit): keep model in CategoriesOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-arn authored and apaparazzi0329 committed Aug 20, 2020
1 parent ee8524e commit 45b57c0
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* (C) Copyright IBM Corp. 2020.
* (C) Copyright IBM Corp. 2017, 2020.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -37,10 +37,6 @@ public struct CategoriesOptions: Codable, Equatable {
Enter a [custom
model](https://cloud.ibm.com/docs/natural-language-understanding?topic=natural-language-understanding-customizing)
ID to override the standard categories model.
The custom categories experimental feature will be retired on 19 December 2019. On that date, deployed custom
categories models will no longer be accessible in Natural Language Understanding. The feature will be removed from
Knowledge Studio on an earlier date. Custom categories models will no longer be accessible in Knowledge Studio on
17 December 2019.
*/
public var model: String?

Expand Down

0 comments on commit 45b57c0

Please sign in to comment.