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: packages/client-abtesting/model/aBTestConfiguration.ts
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,16 @@
1
1
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
Copy file name to clipboardExpand all lines: packages/client-abtesting/model/estimateConfiguration.ts
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,16 @@
1
1
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
+
3
+
/**
4
+
* Configuration of feature-based filters applied to the A/B test population.
5
+
*/
6
+
exporttypeFeatureFilters={
7
+
/**
8
+
* Whether to apply Dynamic Re-Ranking feature filters.
9
+
*/
10
+
dynamicReRanking?: boolean|undefined;
11
+
12
+
/**
13
+
* Whether to apply AI Personalization feature filters.
14
+
*/
15
+
aiPerso?: boolean|undefined;
16
+
17
+
/**
18
+
* Whether to apply Multi-Signal Re-Ranking feature filters.
0 commit comments