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

Commit f7573b2

Browse files
chingor13nnegrey
authored andcommitted
feat: promote to GA (#86)
Release-As: 1.0.0
1 parent fa165ef commit f7573b2

File tree

2 files changed

+47
-41
lines changed

2 files changed

+47
-41
lines changed

.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"product_documentation": "https://cloud.google.com/automl/docs/",
55
"client_documentation": "https://googleapis.dev/java/java-automl/latest/index.html",
66
"issue_tracker": "https://issuetracker.google.com/savedsearches/559744",
7-
"release_level": "beta",
7+
"release_level": "ga",
88
"language": "java",
99
"repo": "googleapis/java-automl",
1010
"repo_short": "java-automl",

README.md

Lines changed: 46 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,49 @@
1-
# Google Cloud Java Client for Cloud Auto ML
1+
# Google Cloud Auto ML Client for Java
22

3-
Java idiomatic client for [Cloud Auto ML][api-reference].
3+
Java idiomatic client for [Cloud Auto ML][product-docs].
44

55
[![Maven][maven-version-image]][maven-version-link]
66
![Stability][stability-image]
77

88
- [Product Documentation][product-docs]
99
- [Client Library Documentation][javadocs]
1010

11-
> Note: This client is a work-in-progress, and may occasionally
12-
> make backwards-incompatible changes.
13-
1411
## Quickstart
15-
If you are using Maven with a BOM, add this to your pom.xml file.
12+
13+
If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
1614
```xml
1715
<dependencyManagement>
18-
<dependencies>
19-
<dependency>
20-
<groupId>com.google.cloud</groupId>
21-
<artifactId>libraries-bom</artifactId>
22-
<version>3.2.0</version>
23-
<type>pom</type>
24-
<scope>import</scope>
25-
</dependency>
26-
</dependencies>
16+
<dependencies>
17+
<dependency>
18+
<groupId>com.google.cloud</groupId>
19+
<artifactId>libraries-bom</artifactId>
20+
<version>3.4.0</version>
21+
<type>pom</type>
22+
<scope>import</scope>
23+
</dependency>
24+
</dependencies>
2725
</dependencyManagement>
2826

29-
<dependency>
30-
<groupId>com.google.cloud</groupId>
31-
<artifactId>google-cloud-automl</artifactId>
32-
</dependency>
27+
<dependencies>
28+
<dependency>
29+
<groupId>com.google.cloud</groupId>
30+
<artifactId>google-cloud-automl</artifactId>
31+
</dependency>
32+
</dependencies>
3333
```
34+
3435
[//]: # ({x-version-update-start:google-cloud-automl:released})
35-
If you are using Maven without a BOM, add this to your dependencies.
36+
37+
If you are using Maven without BOM, add this to your dependencies:
38+
3639
```xml
3740
<dependency>
3841
<groupId>com.google.cloud</groupId>
3942
<artifactId>google-cloud-automl</artifactId>
4043
<version>0.115.2-beta</version>
4144
</dependency>
4245
```
46+
4347
If you are using Gradle, add this to your dependencies
4448
```Groovy
4549
compile 'com.google.cloud:google-cloud-automl:0.115.2-beta'
@@ -54,20 +58,13 @@ libraryDependencies += "com.google.cloud" % "google-cloud-automl" % "0.115.2-bet
5458

5559
See the [Authentication][authentication] section in the base directory's README.
5660

57-
## About Cloud Auto ML
58-
59-
[Cloud Auto ML][api-reference] is a suite of Machine Learning products.
60-
61-
See the [Cloud Auto ML client library docs][javadocs] to learn how to
62-
use this Cloud Auto ML Client Library.
63-
6461
## Getting Started
6562

6663
### Prerequisites
6764

68-
You will need a [Google Developers Console][developer-console] project with the
69-
Cloud Auto ML API enabled. [Follow these instructions][create-project] to get your
70-
project set up. You will also need to set up the local development environment by
65+
You will need a [Google Cloud Platform Console][developer-console] project with the Cloud Auto ML [API enabled][enable-api].
66+
67+
[Follow these instructions][create-project] to get your project set up. You will also need to set up the local development environment by
7168
[installing the Google Cloud SDK][cloud-sdk] and running the following commands in command line:
7269
`gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`.
7370

@@ -76,13 +73,20 @@ project set up. You will also need to set up the local development environment b
7673
You'll need to obtain the `google-cloud-automl` library. See the [Quickstart](#quickstart) section
7774
to add `google-cloud-automl` as a dependency in your code.
7875

79-
## Troubleshooting
76+
## About Cloud Auto ML
77+
78+
79+
[Cloud Auto ML][product-docs]
80+
81+
See the [Cloud Auto ML client library docs][javadocs] to learn how to
82+
use this Cloud Auto ML Client Library.
8083

81-
To get help, follow the instructions in the [shared Troubleshooting document][troubleshooting].
8284

83-
## Transport
8485

85-
Cloud Auto ML uses gRPC for the transport layer.
86+
87+
## Troubleshooting
88+
89+
To get help, follow the instructions in the [shared Troubleshooting document][troubleshooting].
8690

8791
## Java Versions
8892

@@ -92,14 +96,14 @@ Java 7 or above is required for using this client.
9296

9397
This library follows [Semantic Versioning](http://semver.org/).
9498

95-
It is currently in major version zero (``0.y.z``), which means that anything may change at any time
96-
and the public API should not be considered stable.
99+
97100

98101
## Contributing
99102

103+
100104
Contributions to this library are always welcome and highly encouraged.
101105

102-
See [CONTRIBUTING.md][contributing] documentation for more information on how to get started.
106+
See [CONTRIBUTING][contributing] for more information how to get started.
103107

104108
Please note that this project is released with a Contributor Code of Conduct. By participating in
105109
this project you agree to abide by its terms. See [Code of Conduct][code-of-conduct] for more
@@ -119,9 +123,8 @@ Java 8 OSX | [![Kokoro CI][kokoro-badge-image-3]][kokoro-badge-link-3]
119123
Java 8 Windows | [![Kokoro CI][kokoro-badge-image-4]][kokoro-badge-link-4]
120124
Java 11 | [![Kokoro CI][kokoro-badge-image-5]][kokoro-badge-link-5]
121125

122-
[api-reference]: https://cloud.google.com/automl/
123126
[product-docs]: https://cloud.google.com/automl/docs/
124-
[javadocs]: https://googleapis.dev/java/google-cloud-automl/latest/index.html
127+
[javadocs]: https://googleapis.dev/java/java-automl/latest/index.html
125128
[kokoro-badge-image-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-automl/java7.svg
126129
[kokoro-badge-link-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-automl/java7.html
127130
[kokoro-badge-image-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-automl/java8.svg
@@ -132,7 +135,7 @@ Java 11 | [![Kokoro CI][kokoro-badge-image-5]][kokoro-badge-link-5]
132135
[kokoro-badge-link-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-automl/java8-win.html
133136
[kokoro-badge-image-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-automl/java11.svg
134137
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-automl/java11.html
135-
[stability-image]: https://img.shields.io/badge/stability-beta-yellow
138+
[stability-image]: https://img.shields.io/badge/stability-ga-green
136139
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-automl.svg
137140
[maven-version-link]: https://search.maven.org/search?q=g:com.google.cloud%20AND%20a:google-cloud-automl&core=gav
138141
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
@@ -143,3 +146,6 @@ Java 11 | [![Kokoro CI][kokoro-badge-image-5]][kokoro-badge-link-5]
143146
[contributing]: https://github.com/googleapis/java-automl/blob/master/CONTRIBUTING.md
144147
[code-of-conduct]: https://github.com/googleapis/java-automl/blob/master/CODE_OF_CONDUCT.md#contributor-code-of-conduct
145148
[license]: https://github.com/googleapis/java-automl/blob/master/LICENSE
149+
150+
[enable-api]: https://console.cloud.google.com/flows/enableapi?apiid=automl.googleapis.com
151+
[libraries-bom]: https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud-Platform-Libraries-BOM

0 commit comments

Comments
 (0)