Skip to content

Commit 5a3518c

Browse files
add filter table
1 parent 445be34 commit 5a3518c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/content/docs/ai-gateway/evaluations/set-up-evaluations.mdx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,24 @@ Please keep in mind that datasets currently use `AND` joins, so there can only b
2424

2525
:::
2626

27+
Here is the full list of all the filters available:
28+
29+
| Filter category | Filter options | Filter by description |
30+
| --------------- | ------------------------------------------------------------ | ----------------------------------------- |
31+
| Status | error, status | error type or status. |
32+
| Cache | cached, not cached | based on whether they were cached or not. |
33+
| Provider | specific providers | the selected AI provider. |
34+
| AI Models | specific models | the selected AI model. |
35+
| Cost | less than, greater than | cost, specifying a threshold. |
36+
| Request type | Universal, Workers AI Binding, WebSockets | the type of request. |
37+
| Tokens | Total tokens, Tokens In, Tokens Out | token count (less than or greater than). |
38+
| Duration | less than, greater than | request duration. |
39+
| Feedback | equals, does not equal (thumbs up, thumbs down, no feedback) | feedback type. |
40+
| Metadata Key | equals, does not equal | specific metadata keys. |
41+
| Metadata Value | equals, does not equal | specific metadata values. |
42+
| Log ID | equals, does not equal | a specific Log ID. |
43+
| Event ID | equals, does not equal | a specific Event ID. |
44+
2745
## 2. Select evaluators
2846

2947
After creating a dataset, choose the evaluation parameters:

0 commit comments

Comments
 (0)