Compare commits

..
Author SHA1 Message Date
Andrew Ferlitsch 124d7b5e62 migration: labeling 2023-01-19 18:08:02 +00:00
3 changed files with 1376 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"
]
},
{
@@ -352,7 +352,10 @@
},
"outputs": [],
"source": [
"EMAIL = \"[your-email-address]\" # @param {type: \"string\"}"
"EMAIL = \"[your-email-address]\" # @param {type: \"string\"}\n",
"\n",
"if os.getenv(\"IS_TESTING\"):\n",
" EMAIL = \"noreply@google.com\""
]
},
{
File diff suppressed because it is too large Load Diff