From 1beedfd0dcd177b163febd56ee60c46842635048 Mon Sep 17 00:00:00 2001 From: Eric Schmidt Date: Thu, 20 May 2021 10:43:22 -0700 Subject: [PATCH] chore: changes product name to 'Vertex AI' (#131) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: change product name to Vertex AI * 🦉 Updates from OwlBot Co-authored-by: Owl Bot --- .../google-cloud-aiplatform/.readme-partials.yaml | 2 +- .../google-cloud-aiplatform/.repo-metadata.json | 4 ++-- packages/google-cloud-aiplatform/CONTRIBUTING.md | 2 +- packages/google-cloud-aiplatform/README.md | 14 +++++++------- packages/google-cloud-aiplatform/package.json | 5 +++-- packages/google-cloud-aiplatform/samples/README.md | 6 +++--- 6 files changed, 17 insertions(+), 16 deletions(-) diff --git a/packages/google-cloud-aiplatform/.readme-partials.yaml b/packages/google-cloud-aiplatform/.readme-partials.yaml index a83e790a061..15ce994acd0 100644 --- a/packages/google-cloud-aiplatform/.readme-partials.yaml +++ b/packages/google-cloud-aiplatform/.readme-partials.yaml @@ -1,5 +1,5 @@ introduction: |- - Google Cloud AI Platform is an integrated suite of machine learning tools + Google Cloud Vertex AI is an integrated suite of machine learning tools and services for building and using ML models with AutoML or custom code. It offers both novices and experts the best workbench for the entire machine learning development lifecycle. \ No newline at end of file diff --git a/packages/google-cloud-aiplatform/.repo-metadata.json b/packages/google-cloud-aiplatform/.repo-metadata.json index 1d08d06e2fd..0604eb9d697 100644 --- a/packages/google-cloud-aiplatform/.repo-metadata.json +++ b/packages/google-cloud-aiplatform/.repo-metadata.json @@ -2,8 +2,8 @@ "language": "nodejs", "issue_tracker": "https://github.com/googleapis/nodejs-ai-platform/issues", "requires_billing": true, - "name_pretty": "AI Platform", - "product_documentation": "https://cloud.google.com/ai-platform-unified/docs", + "name_pretty": "Vertex AI", + "product_documentation": "https://cloud.google.com/vertex-ai/docs", "name": "aiplatform", "default_version": "v1", "client_documentation": "https://googleapis.dev/nodejs/aiplatform/latest", diff --git a/packages/google-cloud-aiplatform/CONTRIBUTING.md b/packages/google-cloud-aiplatform/CONTRIBUTING.md index 0b1cde8458a..258675669d5 100644 --- a/packages/google-cloud-aiplatform/CONTRIBUTING.md +++ b/packages/google-cloud-aiplatform/CONTRIBUTING.md @@ -41,7 +41,7 @@ accept your pull requests. 1. [Select or create a Cloud Platform project][projects]. 1. [Enable billing for your project][billing]. -1. [Enable the AI Platform API][enable_api]. +1. [Enable the Vertex AI API][enable_api]. 1. [Set up authentication with a service account][auth] so you can access the API from your local workstation. diff --git a/packages/google-cloud-aiplatform/README.md b/packages/google-cloud-aiplatform/README.md index 573c6245a15..3da2a3a9be5 100644 --- a/packages/google-cloud-aiplatform/README.md +++ b/packages/google-cloud-aiplatform/README.md @@ -2,7 +2,7 @@ [//]: # "To regenerate it, use `python -m synthtool`." Google Cloud Platform logo -# [AI Platform: Node.js Client](https://github.com/googleapis/nodejs-ai-platform) +# [Vertex AI: Node.js Client](https://github.com/googleapis/nodejs-ai-platform) [![release level](https://img.shields.io/badge/release%20level-beta-yellow.svg?style=flat)](https://cloud.google.com/terms/launch-stages) [![npm version](https://img.shields.io/npm/v/@google-cloud/aiplatform.svg)](https://www.npmjs.org/package/@google-cloud/aiplatform) @@ -11,7 +11,7 @@ -Google Cloud AI Platform is an integrated suite of machine learning tools +Google Cloud Vertex AI is an integrated suite of machine learning tools and services for building and using ML models with AutoML or custom code. It offers both novices and experts the best workbench for the entire machine learning development lifecycle. @@ -20,8 +20,8 @@ machine learning development lifecycle. A comprehensive list of changes in each version may be found in [the CHANGELOG](https://github.com/googleapis/nodejs-ai-platform/blob/master/CHANGELOG.md). -* [AI Platform Node.js Client API Reference][client-docs] -* [AI Platform Documentation][product-docs] +* [Vertex AI Node.js Client API Reference][client-docs] +* [Vertex AI Documentation][product-docs] * [github.com/googleapis/nodejs-ai-platform](https://github.com/googleapis/nodejs-ai-platform) Read more about the client libraries for Cloud APIs, including the older @@ -47,7 +47,7 @@ Google APIs Client Libraries, in [Client Libraries Explained][explained]. 1. [Select or create a Cloud Platform project][projects]. 1. [Enable billing for your project][billing]. -1. [Enable the AI Platform API][enable_api]. +1. [Enable the Vertex AI API][enable_api]. 1. [Set up authentication with a service account][auth] so you can access the API from your local workstation. @@ -158,7 +158,7 @@ Samples are in the [`samples/`](https://github.com/googleapis/nodejs-ai-platform -The [AI Platform Node.js Client API Reference][client-docs] documentation +The [Vertex AI Node.js Client API Reference][client-docs] documentation also contains samples. ## Supported Node.js Versions @@ -217,7 +217,7 @@ Apache Version 2.0 See [LICENSE](https://github.com/googleapis/nodejs-ai-platform/blob/master/LICENSE) [client-docs]: https://googleapis.dev/nodejs/aiplatform/latest -[product-docs]: https://cloud.google.com/ai-platform-unified/docs +[product-docs]: https://cloud.google.com/vertex-ai/docs [shell_img]: https://gstatic.com/cloudssh/images/open-btn.png [projects]: https://console.cloud.google.com/project [billing]: https://support.google.com/cloud/answer/6293499#enable-billing diff --git a/packages/google-cloud-aiplatform/package.json b/packages/google-cloud-aiplatform/package.json index c0431c58d27..7b9343cea26 100644 --- a/packages/google-cloud-aiplatform/package.json +++ b/packages/google-cloud-aiplatform/package.json @@ -1,7 +1,7 @@ { "name": "@google-cloud/aiplatform", "version": "1.7.0", - "description": "Aiplatform client for Node.js", + "description": "Vertex AI client for Node.js", "repository": "googleapis/nodejs-ai-platform", "license": "Apache-2.0", "author": "Google LLC", @@ -19,7 +19,8 @@ "google cloud platform", "google cloud", "cloud", - "google aiplatform", + "google vertex ai", + "google vertex", "aiplatform", "dataset service", "endpoint service", diff --git a/packages/google-cloud-aiplatform/samples/README.md b/packages/google-cloud-aiplatform/samples/README.md index 3a6976be32b..611e0d98192 100644 --- a/packages/google-cloud-aiplatform/samples/README.md +++ b/packages/google-cloud-aiplatform/samples/README.md @@ -2,11 +2,11 @@ [//]: # "To regenerate it, use `python -m synthtool`." Google Cloud Platform logo -# [AI Platform: Node.js Samples](https://github.com/googleapis/nodejs-ai-platform) +# [Vertex AI: Node.js Samples](https://github.com/googleapis/nodejs-ai-platform) [![Open in Cloud Shell][shell_img]][shell_link] -Google Cloud AI Platform is an integrated suite of machine learning tools +Google Cloud Vertex AI is an integrated suite of machine learning tools and services for building and using ML models with AutoML or custom code. It offers both novices and experts the best workbench for the entire machine learning development lifecycle. @@ -1418,4 +1418,4 @@ __Usage:__ [shell_img]: https://gstatic.com/cloudssh/images/open-btn.png [shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-ai-platform&page=editor&open_in_editor=samples/README.md -[product-docs]: https://cloud.google.com/ai-platform-unified/docs +[product-docs]: https://cloud.google.com/vertex-ai/docs