PulseAugur
EN
LIVE 08:19:28

Google BigQuery updates generative AI function names to AI. prefix

Google has updated the naming convention for its generative AI functions within BigQuery, moving from the 'ML.' prefix to 'AI.'. Specifically, the function for text generation is now referred to as AI.GENERATE_TEXT, replacing the older ML.GENERATE_TEXT. This change impacts how users should write new queries, although existing queries using the old naming will continue to function. The article provides guidance on using the new function, including requirements for the 'prompt' column in subqueries and recommended STRUCT arguments like temperature and max_output_tokens to control cost and output. AI

IMPACT Users of Google BigQuery's generative AI features must update their queries to use the new AI. prefix for functions like AI.GENERATE_TEXT to ensure compatibility and avoid errors.

RANK_REASON The item describes a change in function naming within a specific product (BigQuery) for generative AI capabilities, which is a product-level update rather than a core AI release or significant industry event.

Read on dev.to — LLM tag →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

Google BigQuery updates generative AI function names to AI. prefix

How we ranked this

Signal score
0 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
The item describes a change in function naming within a specific product (BigQuery) for generative AI capabilities, which is a product-level update rather than a core AI release or significant indu…
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
product, infra
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
45 days old
Aged out of breaking-news scoring windows; ranking reflects the durable signal from the full source set.

Full methodology in our editorial standards.

COVERAGE [1]

  1. dev.to — LLM tag TIER_1 English(EN) · Multigrid ·

    ML.GENERATE_TEXT in BigQuery: Setup and a Working Query

    <p>If you are searching for <code>ML.GENERATE_TEXT</code>, the function you should type today is <code>AI.GENERATE_TEXT</code>. That is the first thing this page owes you, because every other detail is downstream of getting the name right.</p> <h2> The function is now called AI.G…