You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ALTER MODEL [ IF EXISTS ] model_name
SET OPTIONS ( model_options )
where model_options is:
{
endpoint = '{endpoint_address}',
endpoints = [ '{endpoint_address}' [, ...] ],
default_batch_size = int64_value
}
The text was updated successfully, but these errors were encountered:
apstndb
changed the title
Incompatibilities: CREATE/DROP/ALTER MODEL statements(a.k.a. Vertex AI integration) are not supported
Incompatibility: CREATE/DROP/ALTER MODEL statements(a.k.a. Vertex AI integration) are not supported
Sep 13, 2024
This incompatibility is detected by #90.
Spec
https://cloud.google.com/spanner/docs/reference/standard-sql/data-definition-language#model_statements
https://cloud.google.com/spanner/docs/reference/standard-sql/data-definition-language#alter-model
https://cloud.google.com/spanner/docs/reference/standard-sql/data-definition-language#drop-model
Reproducing input
Current error
Related update of this syntax
https://cloud.google.com/spanner/docs/release-notes#October_11_2022
The text was updated successfully, but these errors were encountered: