You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2023. It is now read-only.
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.)
@@ -59,8 +59,8 @@ See the [Authentication][authentication] section in the base directory's README.
59
59
60
60
### Prerequisites
61
61
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.
64
64
[Follow these instructions][create-project] to get your project set up. You will also need to set up the local development environment by
65
65
[installing the Google Cloud SDK][cloud-sdk] and running the following commands in command line:
66
66
`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
70
70
You'll need to obtain the `google-cloud-aiplatform` library. See the [Quickstart](#quickstart) section
71
71
to add `google-cloud-aiplatform` as a dependency in your code.
72
72
73
-
## About Cloud AI Platform
73
+
## About Vertex AI
74
74
75
75
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.
77
77
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.
80
80
81
81
82
82
@@ -183,7 +183,7 @@ To get help, follow the instructions in the [shared Troubleshooting document][tr
183
183
184
184
## Transport
185
185
186
-
Cloud AI Platform uses gRPC for the transport layer.
0 commit comments