Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ajcrutch authored Jan 16, 2024
1 parent 09f0d61 commit 88c50ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ In BigQuery, enter the following statement in the query editor (this code uses t
```
CREATE OR REPLACE MODEL project_id.dataset_id.model_name
REMOTE WITH CONNECTION `us.ext-vertex-ai`
OPTIONS (remote_service_type = 'text-bison@002');
OPTIONS (endpoint = 'text-bison@002');
```
This will take a few minutes to load and will not return any results.

Expand Down

0 comments on commit 88c50ea

Please sign in to comment.