From 0d4b599e99be6334ffa899cbb66a7dde9a884962 Mon Sep 17 00:00:00 2001 From: lcaggio Date: Sat, 4 Mar 2023 08:13:53 +0100 Subject: [PATCH] Fix README --- blueprints/data-solutions/README.md | 4 ++-- blueprints/data-solutions/bq-ml/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/blueprints/data-solutions/README.md b/blueprints/data-solutions/README.md index 651b87a4..a2060560 100644 --- a/blueprints/data-solutions/README.md +++ b/blueprints/data-solutions/README.md @@ -70,9 +70,9 @@ This [blueprint](./shielded-folder/) implements an opinionated folder configurat
-### BigQuery ML and Vertex Pipeline +### BigQuery ML and Vertex AI Pipeline - + This [blueprint](./bq-ml/) implements the infrastructure required to have a fully functional develpement environment using BigQuery ML and Vertex AI to develop and deploy a machine learning model to be used from Vertex AI endpoint or in BigQuery ML.
diff --git a/blueprints/data-solutions/bq-ml/README.md b/blueprints/data-solutions/bq-ml/README.md index 8390d795..53bfdca6 100644 --- a/blueprints/data-solutions/bq-ml/README.md +++ b/blueprints/data-solutions/bq-ml/README.md @@ -1,4 +1,4 @@ -# BigQuery ML and Vertex Pipeline +# BigQuery ML and Vertex AI Pipeline This blueprint creates the infrastructure needed to deploy and run a Vertex AI environment to develop and deploy a machine learning model to be used from Vertex AI endpoint or in BigQuery.