Skip to content

Commit 1beedfd

Browse files
chore: changes product name to 'Vertex AI' (#131)
* chore: change product name to Vertex AI * 🦉 Updates from OwlBot Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 985d77d commit 1beedfd

File tree

6 files changed

+17
-16
lines changed

6 files changed

+17
-16
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
introduction: |-
2-
Google Cloud AI Platform is an integrated suite of machine learning tools
2+
Google Cloud Vertex AI is an integrated suite of machine learning tools
33
and services for building and using ML models with AutoML or custom code.
44
It offers both novices and experts the best workbench for the entire
55
machine learning development lifecycle.

packages/google-cloud-aiplatform/.repo-metadata.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"language": "nodejs",
33
"issue_tracker": "https://github.com/googleapis/nodejs-ai-platform/issues",
44
"requires_billing": true,
5-
"name_pretty": "AI Platform",
6-
"product_documentation": "https://cloud.google.com/ai-platform-unified/docs",
5+
"name_pretty": "Vertex AI",
6+
"product_documentation": "https://cloud.google.com/vertex-ai/docs",
77
"name": "aiplatform",
88
"default_version": "v1",
99
"client_documentation": "https://googleapis.dev/nodejs/aiplatform/latest",

packages/google-cloud-aiplatform/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ accept your pull requests.
4141

4242
1. [Select or create a Cloud Platform project][projects].
4343
1. [Enable billing for your project][billing].
44-
1. [Enable the AI Platform API][enable_api].
44+
1. [Enable the Vertex AI API][enable_api].
4545
1. [Set up authentication with a service account][auth] so you can access the
4646
API from your local workstation.
4747

packages/google-cloud-aiplatform/README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[//]: # "To regenerate it, use `python -m synthtool`."
33
<img src="https://avatars2.githubusercontent.com/u/2810941?v=3&s=96" alt="Google Cloud Platform logo" title="Google Cloud Platform" align="right" height="96" width="96"/>
44

5-
# [AI Platform: Node.js Client](https://github.com/googleapis/nodejs-ai-platform)
5+
# [Vertex AI: Node.js Client](https://github.com/googleapis/nodejs-ai-platform)
66

77
[![release level](https://img.shields.io/badge/release%20level-beta-yellow.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
88
[![npm version](https://img.shields.io/npm/v/@google-cloud/aiplatform.svg)](https://www.npmjs.org/package/@google-cloud/aiplatform)
@@ -11,7 +11,7 @@
1111

1212

1313

14-
Google Cloud AI Platform is an integrated suite of machine learning tools
14+
Google Cloud Vertex AI is an integrated suite of machine learning tools
1515
and services for building and using ML models with AutoML or custom code.
1616
It offers both novices and experts the best workbench for the entire
1717
machine learning development lifecycle.
@@ -20,8 +20,8 @@ machine learning development lifecycle.
2020
A comprehensive list of changes in each version may be found in
2121
[the CHANGELOG](https://github.com/googleapis/nodejs-ai-platform/blob/master/CHANGELOG.md).
2222

23-
* [AI Platform Node.js Client API Reference][client-docs]
24-
* [AI Platform Documentation][product-docs]
23+
* [Vertex AI Node.js Client API Reference][client-docs]
24+
* [Vertex AI Documentation][product-docs]
2525
* [github.com/googleapis/nodejs-ai-platform](https://github.com/googleapis/nodejs-ai-platform)
2626

2727
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].
4747

4848
1. [Select or create a Cloud Platform project][projects].
4949
1. [Enable billing for your project][billing].
50-
1. [Enable the AI Platform API][enable_api].
50+
1. [Enable the Vertex AI API][enable_api].
5151
1. [Set up authentication with a service account][auth] so you can access the
5252
API from your local workstation.
5353

@@ -158,7 +158,7 @@ Samples are in the [`samples/`](https://github.com/googleapis/nodejs-ai-platform
158158

159159

160160

161-
The [AI Platform Node.js Client API Reference][client-docs] documentation
161+
The [Vertex AI Node.js Client API Reference][client-docs] documentation
162162
also contains samples.
163163

164164
## Supported Node.js Versions
@@ -217,7 +217,7 @@ Apache Version 2.0
217217
See [LICENSE](https://github.com/googleapis/nodejs-ai-platform/blob/master/LICENSE)
218218

219219
[client-docs]: https://googleapis.dev/nodejs/aiplatform/latest
220-
[product-docs]: https://cloud.google.com/ai-platform-unified/docs
220+
[product-docs]: https://cloud.google.com/vertex-ai/docs
221221
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
222222
[projects]: https://console.cloud.google.com/project
223223
[billing]: https://support.google.com/cloud/answer/6293499#enable-billing

packages/google-cloud-aiplatform/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/aiplatform",
33
"version": "1.7.0",
4-
"description": "Aiplatform client for Node.js",
4+
"description": "Vertex AI client for Node.js",
55
"repository": "googleapis/nodejs-ai-platform",
66
"license": "Apache-2.0",
77
"author": "Google LLC",
@@ -19,7 +19,8 @@
1919
"google cloud platform",
2020
"google cloud",
2121
"cloud",
22-
"google aiplatform",
22+
"google vertex ai",
23+
"google vertex",
2324
"aiplatform",
2425
"dataset service",
2526
"endpoint service",

packages/google-cloud-aiplatform/samples/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
[//]: # "To regenerate it, use `python -m synthtool`."
33
<img src="https://avatars2.githubusercontent.com/u/2810941?v=3&s=96" alt="Google Cloud Platform logo" title="Google Cloud Platform" align="right" height="96" width="96"/>
44

5-
# [AI Platform: Node.js Samples](https://github.com/googleapis/nodejs-ai-platform)
5+
# [Vertex AI: Node.js Samples](https://github.com/googleapis/nodejs-ai-platform)
66

77
[![Open in Cloud Shell][shell_img]][shell_link]
88

9-
Google Cloud AI Platform is an integrated suite of machine learning tools
9+
Google Cloud Vertex AI is an integrated suite of machine learning tools
1010
and services for building and using ML models with AutoML or custom code.
1111
It offers both novices and experts the best workbench for the entire
1212
machine learning development lifecycle.
@@ -1418,4 +1418,4 @@ __Usage:__
14181418

14191419
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
14201420
[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
1421-
[product-docs]: https://cloud.google.com/ai-platform-unified/docs
1421+
[product-docs]: https://cloud.google.com/vertex-ai/docs

0 commit comments

Comments
 (0)