Skip to content

Commit 9955544

Browse files
committed
add ai module to doc
1 parent 79b9651 commit 9955544

File tree

4 files changed

+18
-1
lines changed

4 files changed

+18
-1
lines changed

bigframes/bigquery/_operations/ai.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
"""This module integrates BigQuery built-in AI functions for use with Series/DataFrame objects,
16+
such as AI.GENERTAL_BOOL:
17+
https://cloud.google.com/bigquery/docs/reference/standard-sql/bigqueryml-syntax-ai-generate-bool"""
18+
1519
from __future__ import annotations
1620

1721
import json
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
bigframes.bigquery.ai
2+
=============================
3+
4+
.. automodule:: bigframes.bigquery._operations.ai
5+
:members:
6+
:inherited-members:
7+
:undoc-members:

docs/reference/bigframes.bigquery/index.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,9 @@ BigQuery Built-in Functions
55

66
.. automodule:: bigframes.bigquery
77
:members:
8-
:inherited-members:
98
:undoc-members:
9+
10+
.. toctree::
11+
:maxdepth: 2
12+
13+
ai

docs/templates/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,8 @@
218218
- items:
219219
- name: BigQuery built-in functions
220220
uid: bigframes.bigquery
221+
- name: BigQuery AI Functions
222+
uid: bigframes.bigquery.ai
221223
name: bigframes.bigquery
222224
- items:
223225
- name: GeoSeries

0 commit comments

Comments
 (0)