Compare commits

...
Author SHA1 Message Date
Andrew FerlitschandGitHub b9f2131c40 Merge branch 'main' into official_fix15 2022-09-28 13:49:16 -07:00
Andrew Ferlitsch 17f1029e0a fix: bad link, title 2022-09-28 18:03:42 +00:00
Andrew Ferlitsch af8205ced1 fix: bad link, title 2022-09-28 18:03:18 +00:00
@@ -29,6 +29,8 @@
"id": "JAPoU8Sm5E6e"
},
"source": [
"# Deploy BiqQuery ML Model on Vertex AI Model Registry and make predictions\n",
"\n",
"<table align=\"left\">\n",
"\n",
" <td>\n",
@@ -43,7 +45,7 @@
" </a>\n",
" </td>\n",
" <td>\n",
" <a href=\"https://console.cloud.google.com/vertex-ai/workbench/deploy-notebook?download_url=https://raw.githubusercontent.com/GoogleCloudPlatform/vertex-ai-samples/blob/main/notebooks/official/model-registry/bqml-vertexai-model-registry.ipynb\" target=\"_blank\">\n",
" <a href=\"https://console.cloud.google.com/vertex-ai/workbench/deploy-notebook?download_url=https://raw.githubusercontent.com/GoogleCloudPlatform/vertex-ai-samples/main/notebooks/official/model-registry/bqml-vertexai-model-registry.ipynb\" target=\"_blank\">\n",
" <img src=\"https://lh3.googleusercontent.com/UiNooY4LUgW_oTvpsNhPpQzsstV5W8F7rYgxgGBD85cWJoLmrOzhVs_ksK_vgx40SHs7jCqkTkCk=e14-rj-sc0xffffff-h130-w32\" alt=\"Vertex AI logo\">\n",
" Open in Vertex AI Workbench\n",
" </a>\n",
@@ -57,8 +59,6 @@
"id": "tvgnzT1CKxrO"
},
"source": [
"# Deploy BiqQuery ML Model on Vertex AI Model Registry and Make Predictions\n",
"\n",
"## Overview\n",
"\n",
"This tutorial demonstrates how to train a model with BigQuery ML and upload it on Vertex AI Model Registry, then make batch predictions.\n"