From dceb0c4c1cd9b4866891d2235e5060ddce64a7c9 Mon Sep 17 00:00:00 2001 From: Andrew Ferlitsch Date: Wed, 11 Jan 2023 12:04:31 -0800 Subject: [PATCH] Update get_started_bq_datasets.ipynb --- notebooks/official/datasets/get_started_bq_datasets.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/official/datasets/get_started_bq_datasets.ipynb b/notebooks/official/datasets/get_started_bq_datasets.ipynb index 357abd7cd..a3bd9e665 100644 --- a/notebooks/official/datasets/get_started_bq_datasets.ipynb +++ b/notebooks/official/datasets/get_started_bq_datasets.ipynb @@ -29,7 +29,7 @@ "id": "title:generic,gcp" }, "source": [ - "# E2E ML on GCP: MLOps stage 1 : data management: get started with BigQuery datasets\n", + "# Data management: get started with BigQuery datasets\n", "\n", "\n", "
\n", @@ -61,7 +61,7 @@ "## Overview\n", "\n", "\n", - "This tutorial demonstrates how to use Vertex AI for E2E MLOps on Google Cloud in production. This tutorial covers stage 1 : data management: get started with BigQuery datasets.\n", + "This tutorial demonstrates how to use Vertex AI in production. This tutorial covers data management: get started with BigQuery datasets.\n", "\n", "Learn more about [BigQuery Datasets](https://cloud.google.com/bigquery/docs/datasets-intro)." ]