We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea15bdc commit 798d37eCopy full SHA for 798d37e
site-src/guides/epp-configuration/config-text.md
@@ -235,6 +235,15 @@ Picks a random pod from the list of candidates.
235
- `maxNumOfEndpoints`: Maximum number of endpoints to pick from the list of candidates. If not
236
specified defaults to `1`.
237
238
+#### **WeightedRandomPicker**
239
+
240
+Picks pod(s) from the list of candidates based on weighted random sampling using A-Res algorithm.
241
242
+- *Type*: weighted-random-picker
243
+- *Parameters*:
244
+ - `maxNumOfEndpoints`: Maximum number of endpoints to pick from the list of candidates. If not
245
+ specified defaults to `1`.
246
247
#### **KvCacheScorer**
248
249
Scores the candidate pods based on their KV cache utilization.
0 commit comments