1
- # Google Cloud Java Client for Cloud Auto ML
1
+ # Google Cloud Auto ML Client for Java
2
2
3
- Java idiomatic client for [ Cloud Auto ML] [ api-reference ] .
3
+ Java idiomatic client for [ Cloud Auto ML] [ product-docs ] .
4
4
5
5
[ ![ Maven] [ maven-version-image ]] [ maven-version-link ]
6
6
![ Stability] [ stability-image ]
7
7
8
8
- [ Product Documentation] [ product-docs ]
9
9
- [ Client Library Documentation] [ javadocs ]
10
10
11
- > Note: This client is a work-in-progress, and may occasionally
12
- > make backwards-incompatible changes.
13
-
14
11
## 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
16
14
``` xml
17
15
<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 >
27
25
</dependencyManagement >
28
26
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 >
33
33
```
34
+
34
35
[ // ] : # ( {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
+
36
39
``` xml
37
40
<dependency >
38
41
<groupId >com.google.cloud</groupId >
39
42
<artifactId >google-cloud-automl</artifactId >
40
43
<version >0.115.2-beta</version >
41
44
</dependency >
42
45
```
46
+
43
47
If you are using Gradle, add this to your dependencies
44
48
``` Groovy
45
49
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
54
58
55
59
See the [ Authentication] [ authentication ] section in the base directory's README.
56
60
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
-
64
61
## Getting Started
65
62
66
63
### Prerequisites
67
64
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
71
68
[ installing the Google Cloud SDK] [ cloud-sdk ] and running the following commands in command line:
72
69
` gcloud auth login ` and ` gcloud config set project [YOUR PROJECT ID] ` .
73
70
@@ -76,13 +73,20 @@ project set up. You will also need to set up the local development environment b
76
73
You'll need to obtain the ` google-cloud-automl ` library. See the [ Quickstart] ( #quickstart ) section
77
74
to add ` google-cloud-automl ` as a dependency in your code.
78
75
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.
80
83
81
- To get help, follow the instructions in the [ shared Troubleshooting document] [ troubleshooting ] .
82
84
83
- ## Transport
84
85
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 ] .
86
90
87
91
## Java Versions
88
92
@@ -92,14 +96,14 @@ Java 7 or above is required for using this client.
92
96
93
97
This library follows [ Semantic Versioning] ( http://semver.org/ ) .
94
98
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
+
97
100
98
101
## Contributing
99
102
103
+
100
104
Contributions to this library are always welcome and highly encouraged.
101
105
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.
103
107
104
108
Please note that this project is released with a Contributor Code of Conduct. By participating in
105
109
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]
119
123
Java 8 Windows | [ ![ Kokoro CI] [ kokoro-badge-image-4 ]] [ kokoro-badge-link-4 ]
120
124
Java 11 | [ ![ Kokoro CI] [ kokoro-badge-image-5 ]] [ kokoro-badge-link-5 ]
121
125
122
- [ api-reference ] : https://cloud.google.com/automl/
123
126
[ 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
125
128
[ kokoro-badge-image-1 ] : http://storage.googleapis.com/cloud-devrel-public/java/badges/java-automl/java7.svg
126
129
[ kokoro-badge-link-1 ] : http://storage.googleapis.com/cloud-devrel-public/java/badges/java-automl/java7.html
127
130
[ 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]
132
135
[ kokoro-badge-link-4 ] : http://storage.googleapis.com/cloud-devrel-public/java/badges/java-automl/java8-win.html
133
136
[ kokoro-badge-image-5 ] : http://storage.googleapis.com/cloud-devrel-public/java/badges/java-automl/java11.svg
134
137
[ 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
136
139
[ maven-version-image ] : https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-automl.svg
137
140
[ maven-version-link ] : https://search.maven.org/search?q=g:com.google.cloud%20AND%20a:google-cloud-automl&core=gav
138
141
[ 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]
143
146
[ contributing ] : https://github.com/googleapis/java-automl/blob/master/CONTRIBUTING.md
144
147
[ code-of-conduct ] : https://github.com/googleapis/java-automl/blob/master/CODE_OF_CONDUCT.md#contributor-code-of-conduct
145
148
[ 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