File tree Expand file tree Collapse file tree 4 files changed +18
-1
lines changed
bigframes/bigquery/_operations
reference/bigframes.bigquery Expand file tree Collapse file tree 4 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 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+
1519from __future__ import annotations
1620
1721import json
Original file line number Diff line number Diff line change 1+ bigframes.bigquery.ai
2+ =============================
3+
4+ .. automodule :: bigframes.bigquery._operations.ai
5+ :members:
6+ :inherited-members:
7+ :undoc-members:
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments