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 4f7efd8 commit c3a658aCopy full SHA for c3a658a
bigframes/bigquery/_operations/ai.py
@@ -60,7 +60,7 @@ def generate_bool(
60
0 {'result': True, 'full_response': '{"candidate...
61
1 {'result': True, 'full_response': '{"candidate...
62
2 {'result': False, 'full_response': '{"candidat...
63
- dtype: struct<result: bool, full_response: string, status: string>[pyarrow]
+ dtype: struct<result: bool, full_response: extension<dbjson<JSONArrowType>>, status: string>[pyarrow]
64
65
>>> bbq.ai.generate_bool((df["col_1"], " is a ", df["col_2"])).struct.field("result")
66
0 True
0 commit comments