Stay organized with collections
Save and categorize content based on your preferences.
The ALTER MODEL statement
ALTER MODEL statement
To update a model in BigQuery, use the BigQuery ML ALTER
MODEL statement.
For information about supported model types of each SQL statement and function,
and all supported SQL statements and functions for each model type, read
End-to-end user journey for each model.
ALTER MODEL syntax
ALTER MODEL [IF EXISTS] <model_name> SET OPTIONS (key=value, …);
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["The `ALTER MODEL` statement in BigQuery ML is used to update existing models."],["The `ALTER MODEL` syntax allows you to modify a specified model's options using `SET OPTIONS`."],["Modifiable options include the Vertex AI model ID, model expiration timestamp, Cloud KMS key name, model description, and model labels."],["You can find more information on model type support and SQL statement compatibility in the \"End-to-end user journey\" documentation."]]],[]]