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-01-07 19:29:37,388 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-aiplatform/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-01-07 19:29:38,522 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/d3dde79a-6f8b-4fc1-bd81-f66215fd446f/targets - [ ] To automatically regenerate this PR, check this box.
@@ -52,8 +59,8 @@ See the [Authentication][authentication] section in the base directory's README.
52
59
53
60
### Prerequisites
54
61
55
-
You will need a [Google Cloud Platform Console][developer-console] project with the AI Platform [API enabled][enable-api].
56
-
You will need to [enable billing][enable-billing] to use Google AI Platform.
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.
57
64
[Follow these instructions][create-project] to get your project set up. You will also need to set up the local development environment by
58
65
[installing the Google Cloud SDK][cloud-sdk] and running the following commands in command line:
59
66
`gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`.
@@ -63,13 +70,13 @@ You will need to [enable billing][enable-billing] to use Google AI Platform.
63
70
You'll need to obtain the `google-cloud-aiplatform` library. See the [Quickstart](#quickstart) section
64
71
to add `google-cloud-aiplatform` as a dependency in your code.
65
72
66
-
## About AI Platform
73
+
## About Cloud AI Platform
67
74
68
75
69
-
[AI Platform][product-docs]brings AutoML and AI Platform (Legacy) together into a unified API, client library, and user interface.
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.
70
77
71
-
See the [AI Platform client library docs][javadocs] to learn how to
72
-
use this AI Platform Client Library.
78
+
See the [Cloud AI Platform client library docs][javadocs] to learn how to
79
+
use this Cloud AI Platform Client Library.
73
80
74
81
75
82
@@ -173,7 +180,7 @@ To get help, follow the instructions in the [shared Troubleshooting document][tr
173
180
174
181
## Transport
175
182
176
-
AI Platform uses gRPC for the transport layer.
183
+
Cloud AI Platform uses gRPC for the transport layer.
0 commit comments