Skip to content

Commit 908d8e7

Browse files
committed
refactor(compare-comply): parameter names changed for v4
BREAKING CHANGE: Parameter `model_id` has been changed to `model` for the following methods: convertToHtml, classifyElements, extractTables, compareDocuments, deleteFeedback, getFeedback, createBatch, and updateBatch
1 parent f6adbe9 commit 908d8e7

File tree

3 files changed

+396
-645
lines changed

3 files changed

+396
-645
lines changed

UPGRADE-4.0.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- [Assistant V1 Compatibility]
99
- [Assistant V2 Compatibility]
1010
- [Discovery Compatibility]
11+
- [Compare Comply Compatibility]
1112
- [Natural Language Classifier Compatibility]
1213
- [Personality Insights v3 Compatibility]
1314
- [Speech to Text Compatibility]
@@ -125,6 +126,31 @@ The following services have been deprecated for an extended period of time and w
125126
#### model QueryResultResultMetadata
126127
- Model name changed: `QueryResultResultMetadata` -> `QueryResultMetadata`
127128

129+
### Compare Comply Compatibility
130+
#### convertToHtml
131+
- Parameter name changed: `model_id` -> `model`
132+
133+
#### classifyElements
134+
- Parameter name changed: `model_id` -> `model`
135+
136+
#### extractTables
137+
- Parameter name changed: `model_id` -> `model`
138+
139+
#### compareDocuments
140+
- Parameter name changed: `model_id` -> `model`
141+
142+
#### deleteFeedback
143+
- Parameter name changed: `model_id` -> `model`
144+
145+
#### getFeedback
146+
- Parameter name changed: `model_id` -> `model`
147+
148+
#### createBatch
149+
- Parameter name changed: `model_id` -> `model`
150+
151+
#### updateBatch
152+
- Parameter name changed: `model_id` -> `model`
153+
128154
### Natural Language Classifier Compatibility
129155
#### create
130156
- Method name changed: `create` -> `createClassifier`

0 commit comments

Comments
 (0)