Compare commits

..
Author SHA1 Message Date
Andrew Ferlitsch fb61afa60f debug: experiments 2023-01-19 17:49:46 +00:00
2 changed files with 3 additions and 3 deletions
@@ -61,6 +61,7 @@
"source": [
"## Overview\n",
"\n",
"\n",
"This tutorial demonstrates how to use Vertex AI in production. This tutorial covers get started with BigQuery ML training.\n",
"\n",
"Learn more about [BigQuery ML](https://cloud.google.com/vertex-ai/docs/beginner/bqml)."
@@ -154,8 +155,7 @@
"! pip3 install --upgrade pyarrow \\\n",
" google-cloud-aiplatform \\\n",
" google-cloud-bigquery \\\n",
" google-cloud-bigquery-storage \\\n",
" db-dtypes $USER_FLAG -q"
" google-cloud-bigquery-storage $USER_FLAG -q"
]
},
{
@@ -481,7 +481,7 @@
},
"outputs": [],
"source": [
"! gsutil mb -l $REGION $BUCKET_URI"
"! gsutil mb -l $REGION -p $PROJECT_ID $BUCKET_URI"
]
},
{