Skip to content
This repository was archived by the owner on Sep 9, 2023. It is now read-only.

Commit 22c0ae9

Browse files
chore: regenerate README (#394)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-06-01 19:18:14,657 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-aiplatform/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-06-01 19:18:15,955 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/9d5a3fee-c0dd-4479-ab90-9ffcdc0b89cf/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 545e0ea commit 22c0ae9

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/readme/synth.metadata/synth.metadata

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-aiplatform.git",
7-
"sha": "90bfc56459cf1da02b9c6efde01791742b5e5161"
7+
"sha": "545e0eaa13790872459b46c2e8e0702174401159"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "1778de119522ea9c9b18763c2a4577e22a60433c"
14+
"sha": "c3e41da0fa256ad7f6b4bc76b9d069dedecdfef4"
1515
}
1616
}
1717
]

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Google Cloud AI Platform Client for Java
1+
# Google Vertex AI Client for Java
22

3-
Java idiomatic client for [Cloud AI Platform][product-docs].
3+
Java idiomatic client for [Vertex AI][product-docs].
44

55
[![Maven][maven-version-image]][maven-version-link]
66
![Stability][stability-image]
@@ -59,8 +59,8 @@ See the [Authentication][authentication] section in the base directory's README.
5959

6060
### Prerequisites
6161

62-
You will need a [Google Cloud Platform Console][developer-console] project with the Cloud AI Platform [API enabled][enable-api].
63-
You will need to [enable billing][enable-billing] to use Google Cloud AI Platform.
62+
You will need a [Google Cloud Platform Console][developer-console] project with the Vertex AI [API enabled][enable-api].
63+
You will need to [enable billing][enable-billing] to use Google Vertex AI.
6464
[Follow these instructions][create-project] to get your project set up. You will also need to set up the local development environment by
6565
[installing the Google Cloud SDK][cloud-sdk] and running the following commands in command line:
6666
`gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`.
@@ -70,13 +70,13 @@ You will need to [enable billing][enable-billing] to use Google Cloud AI Platfor
7070
You'll need to obtain the `google-cloud-aiplatform` library. See the [Quickstart](#quickstart) section
7171
to add `google-cloud-aiplatform` as a dependency in your code.
7272

73-
## About Cloud AI Platform
73+
## About Vertex AI
7474

7575

76-
[Cloud AI Platform][product-docs] 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.
76+
[Vertex AI][product-docs] 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.
7777

78-
See the [Cloud AI Platform client library docs][javadocs] to learn how to
79-
use this Cloud AI Platform Client Library.
78+
See the [Vertex AI client library docs][javadocs] to learn how to
79+
use this Vertex AI Client Library.
8080

8181

8282

@@ -183,7 +183,7 @@ To get help, follow the instructions in the [shared Troubleshooting document][tr
183183

184184
## Transport
185185

186-
Cloud AI Platform uses gRPC for the transport layer.
186+
Vertex AI uses gRPC for the transport layer.
187187

188188
## Java Versions
189189

@@ -225,7 +225,7 @@ Java 11 | [![Kokoro CI][kokoro-badge-image-5]][kokoro-badge-link-5]
225225

226226
Java is a registered trademark of Oracle and/or its affiliates.
227227

228-
[product-docs]: https://cloud.google.com/ai-platform-unified/docs
228+
[product-docs]: https://cloud.google.com/vertex-ai/docs
229229
[javadocs]: https://googleapis.dev/java/google-cloud-aiplatform/latest/index.html
230230
[kokoro-badge-image-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-aiplatform/java7.svg
231231
[kokoro-badge-link-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-aiplatform/java7.html

0 commit comments

Comments
 (0)