This repository was archived by the owner on May 7, 2026. It is now read-only.
Commit 08c0c0c
authored
docs: update docs and tests for Gemini 2.5 models (#2279)
Thank you for opening a Pull Request! Before submitting your PR, there
are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a
[bug/issue](https://github.com/googleapis/python-bigquery-dataframes/issues/new/choose)
before writing your code! That way we can discuss the change, evaluate
designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
Fixes #<issue_number_goes_here> 🦕1 parent bc33c98 commit 08c0c0cCopy full SHA for 08c0c0c
3 files changed
+37-5Lines changed: 37 additions & 5 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- bigframes/ml
- tests/system/small/ml
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+18-4Lines changed: 18 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
54 | 54 | |
55 | 55 | |
56 | 56 | |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
57 | 61 | |
58 | 62 | |
59 | 63 | |
| ||
64 | 68 | |
65 | 69 | |
66 | 70 | |
| 71 | + |
| 72 | + |
| 73 | + |
67 | 74 | |
68 | 75 | |
69 | 76 | |
| ||
84 | 91 | |
85 | 92 | |
86 | 93 | |
| 94 | + |
| 95 | + |
| 96 | + |
87 | 97 | |
88 | 98 | |
89 | 99 | |
| ||
419 | 429 | |
420 | 430 | |
421 | 431 | |
422 | | - |
| 432 | + |
423 | 433 | |
424 | 434 | |
425 | 435 | |
426 | 436 | |
427 | 437 | |
428 | 438 | |
429 | 439 | |
430 | | - |
| 440 | + |
| 441 | + |
431 | 442 | |
432 | 443 | |
433 | 444 | |
434 | 445 | |
435 | | - |
| 446 | + |
436 | 447 | |
437 | 448 | |
438 | 449 | |
| ||
462 | 473 | |
463 | 474 | |
464 | 475 | |
| 476 | + |
| 477 | + |
| 478 | + |
465 | 479 | |
466 | 480 | |
467 | 481 | |
| ||
510 | 524 | |
511 | 525 | |
512 | 526 | |
513 | | - |
| 527 | + |
514 | 528 | |
515 | 529 | |
516 | 530 | |
|
Collapse file
+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
67 | 67 | |
68 | 68 | |
69 | 69 | |
| 70 | + |
| 71 | + |
| 72 | + |
70 | 73 | |
71 | 74 | |
72 | 75 | |
|
Collapse file
tests/system/small/ml/test_llm.py
Copy file name to clipboardExpand all lines: tests/system/small/ml/test_llm.py+16-1Lines changed: 16 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
111 | 111 | |
112 | 112 | |
113 | 113 | |
| 114 | + |
| 115 | + |
| 116 | + |
114 | 117 | |
115 | 118 | |
116 | 119 | |
| ||
140 | 143 | |
141 | 144 | |
142 | 145 | |
| 146 | + |
| 147 | + |
| 148 | + |
143 | 149 | |
144 | 150 | |
145 | | - |
| 151 | + |
146 | 152 | |
147 | 153 | |
148 | 154 | |
| ||
161 | 167 | |
162 | 168 | |
163 | 169 | |
| 170 | + |
| 171 | + |
| 172 | + |
164 | 173 | |
165 | 174 | |
166 | 175 | |
| ||
184 | 193 | |
185 | 194 | |
186 | 195 | |
| 196 | + |
| 197 | + |
| 198 | + |
187 | 199 | |
188 | 200 | |
189 | 201 | |
| ||
209 | 221 | |
210 | 222 | |
211 | 223 | |
| 224 | + |
| 225 | + |
| 226 | + |
212 | 227 | |
213 | 228 | |
214 | 229 | |
|
0 commit comments