Skip to content

Commit

Permalink
refactor(compare-comply): parameter names changed for v4
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Parameter `model_id` has been changed to `model` for the following methods: convertToHtml, classifyElements, extractTables, compareDocuments, deleteFeedback, getFeedback, createBatch, and updateBatch
  • Loading branch information
dpopp07 committed Mar 27, 2019
1 parent f6adbe9 commit 908d8e7
Show file tree
Hide file tree
Showing 3 changed files with 396 additions and 645 deletions.
26 changes: 26 additions & 0 deletions UPGRADE-4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- [Assistant V1 Compatibility]
- [Assistant V2 Compatibility]
- [Discovery Compatibility]
- [Compare Comply Compatibility]
- [Natural Language Classifier Compatibility]
- [Personality Insights v3 Compatibility]
- [Speech to Text Compatibility]
Expand Down Expand Up @@ -125,6 +126,31 @@ The following services have been deprecated for an extended period of time and w
#### model QueryResultResultMetadata
- Model name changed: `QueryResultResultMetadata` -> `QueryResultMetadata`

### Compare Comply Compatibility
#### convertToHtml
- Parameter name changed: `model_id` -> `model`

#### classifyElements
- Parameter name changed: `model_id` -> `model`

#### extractTables
- Parameter name changed: `model_id` -> `model`

#### compareDocuments
- Parameter name changed: `model_id` -> `model`

#### deleteFeedback
- Parameter name changed: `model_id` -> `model`

#### getFeedback
- Parameter name changed: `model_id` -> `model`

#### createBatch
- Parameter name changed: `model_id` -> `model`

#### updateBatch
- Parameter name changed: `model_id` -> `model`

### Natural Language Classifier Compatibility
#### create
- Method name changed: `create` -> `createClassifier`
Expand Down
Loading

0 comments on commit 908d8e7

Please sign in to comment.