You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specs/predict/common/schemas/modelsParams.yml
-12Lines changed: 0 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,6 @@ activateModelParams:
13
13
type: array
14
14
items:
15
15
$ref: '#/modelAttributes'
16
-
contentAttributes:
17
-
type: array
18
-
items:
19
-
$ref: '#/contentAttributes'
20
16
required:
21
17
- type
22
18
- name
@@ -32,10 +28,6 @@ updateModelParams:
32
28
type: array
33
29
items:
34
30
$ref: '#/modelAttributes'
35
-
contentAttributes:
36
-
type: array
37
-
items:
38
-
$ref: '#/contentAttributes'
39
31
modelStatus:
40
32
$ref: '#/modelStatus'
41
33
@@ -60,10 +52,6 @@ modelAttributes:
60
52
type: string
61
53
description: List of items attributes that will be used in the model. This param is required if the model `type` needs it (e.g. `affinities`, `funnel_stage`).
62
54
63
-
contentAttributes:
64
-
type: string
65
-
description: List of items attributes that will be used for embeddings, for ex. titles or descriptions.
0 commit comments