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

Commit 99fd196

Browse files
chore: regenerate README (#130)
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.
1 parent 5475de2 commit 99fd196

File tree

2 files changed

+19
-12
lines changed

2 files changed

+19
-12
lines changed

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

Lines changed: 2 additions & 2 deletions
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": "cf0b763ab3c43449090b4621a8f7e9a97ada4bc6"
7+
"sha": "5475de2aa0099893cb2ee4988161c636a5152991"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "b670a77a454f415d247907908e8ee7943e06d718"
14+
"sha": "f15b57ccfd71106c2299e9b89835fe6e55015662"
1515
}
1616
}
1717
]

README.md

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Google AI Platform Client for Java
1+
# Google Cloud AI Platform Client for Java
22

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

55
[![Maven][maven-version-image]][maven-version-link]
66
![Stability][stability-image]
@@ -35,10 +35,17 @@ If you are using Maven without BOM, add this to your dependencies:
3535

3636
```
3737

38-
If you are using Gradle, add this to your dependencies
38+
If you are using Gradle 5.x or later, add this to your dependencies
39+
```Groovy
40+
implementation platform('com.google.cloud:libraries-bom:16.2.1')
41+
42+
compile 'com.google.cloud:google-cloud-aiplatform'
43+
```
44+
If you are using Gradle without BOM, add this to your dependencies
3945
```Groovy
4046
compile 'com.google.cloud:google-cloud-aiplatform:0.1.0'
4147
```
48+
4249
If you are using SBT, add this to your dependencies
4350
```Scala
4451
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "0.1.0"
@@ -52,8 +59,8 @@ See the [Authentication][authentication] section in the base directory's README.
5259

5360
### Prerequisites
5461

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.
5764
[Follow these instructions][create-project] to get your project set up. You will also need to set up the local development environment by
5865
[installing the Google Cloud SDK][cloud-sdk] and running the following commands in command line:
5966
`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.
6370
You'll need to obtain the `google-cloud-aiplatform` library. See the [Quickstart](#quickstart) section
6471
to add `google-cloud-aiplatform` as a dependency in your code.
6572

66-
## About AI Platform
73+
## About Cloud AI Platform
6774

6875

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.
7077

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.
7380

7481

7582

@@ -173,7 +180,7 @@ To get help, follow the instructions in the [shared Troubleshooting document][tr
173180

174181
## Transport
175182

176-
AI Platform uses gRPC for the transport layer.
183+
Cloud AI Platform uses gRPC for the transport layer.
177184

178185
## Java Versions
179186

0 commit comments

Comments
 (0)