Skip to content

Commit d2b3f5a

Browse files
committed
chore(specs): update predict models cts tests
1 parent 5107ff2 commit d2b3f5a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

tests/CTS/methods/requests/predict/activateModelInstance.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "Shopping stage for EU users",
77
"sourceID": "0200030-129930",
88
"index": "Products Production",
9-
"affinities": [],
9+
"modelAttributes": [],
1010
"contentAttributes": [
1111
"title",
1212
"description"
@@ -20,7 +20,7 @@
2020
"name": "Shopping stage for EU users",
2121
"sourceID": "0200030-129930",
2222
"index": "Products Production",
23-
"affinities": [],
23+
"modelAttributes": [],
2424
"contentAttributes": [
2525
"title",
2626
"description"

tests/CTS/methods/requests/predict/updateModelInstance.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"modelID": "model1",
66
"updateModelParams": {
77
"name": "Shopping stage for EU users",
8-
"affinities": [
8+
"modelAttributes": [
99
"brand",
1010
"color",
1111
"category_level0",
@@ -15,15 +15,15 @@
1515
"title",
1616
"description"
1717
],
18-
"status": "inactive"
18+
"modelStatus": "inactive"
1919
}
2020
},
2121
"request": {
2222
"path": "/1/predict/models/model1",
2323
"method": "POST",
2424
"body": {
2525
"name": "Shopping stage for EU users",
26-
"affinities": [
26+
"modelAttributes": [
2727
"brand",
2828
"color",
2929
"category_level0",
@@ -33,7 +33,7 @@
3333
"title",
3434
"description"
3535
],
36-
"status": "inactive"
36+
"modelStatus": "inactive"
3737
}
3838
}
3939
}

0 commit comments

Comments
 (0)