Lines Matching +full:cloud +full:- +full:devrel +full:- +full:public +full:- +full:resources
1 # Google Cloud Auto ML Client for Java
3 Java idiomatic client for [Cloud Auto ML][product-docs].
5 [![Maven][maven-version-image]][maven-version-link]
6 ![Stability][stability-image]
8 - [Product Documentation][product-docs]
9 - [Client Library Documentation][javadocs]
15 If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
21 <groupId>com.google.cloud</groupId>
22 <artifactId>libraries-bom</artifactId>
32 <groupId>com.google.cloud</groupId>
33 <artifactId>google-cloud-automl</artifactId>
39 <!-- {x-version-update-start:google-cloud-automl:released} -->
43 <groupId>com.google.cloud</groupId>
44 <artifactId>google-cloud-automl</artifactId>
52 implementation 'com.google.cloud:google-cloud-automl:2.17.0'
58 libraryDependencies += "com.google.cloud" % "google-cloud-automl" % "2.17.0"
60 <!-- {x-version-update-end} -->
68 …-scopes] required for the desired Cloud Auto ML APIs, and the authenticated principal must have th…
74 You will need a [Google Cloud Platform Console][developer-console] project with the Cloud Auto ML […
75 You will need to [enable billing][enable-billing] to use Google Cloud Auto ML.
76 [Follow these instructions][create-project] to get your project set up. You will also need to set u…
77 [installing the Google Cloud Command Line Interface][cloud-cli] and running the following commands …
82 You'll need to obtain the `google-cloud-automl` library. See the [Quickstart](#quickstart) section
83 to add `google-cloud-automl` as a dependency in your code.
85 ## About Cloud Auto ML
88 [java-aiplatform](https://github.com/googleapis/java-aiplatform) **for the new Java Vertex AI clien…
90 [Migrate your resources to Vertex AI](https://cloud.google.com/vertex-ai/docs/start/migrating-to-ve…
91 the latest machine learning features, simplify end-to-end journeys, and productionize models with M…
93 [Cloud Auto ML](https://cloud.google.com/automl/docs/) makes the power
100 See the [Cloud Auto ML client library docs](https://cloud.google.com/java/docs/reference/google-clo…
101 to learn how to use this Cloud Auto ML Client Library.
115 Cloud Auto ML uses gRPC for the transport layer.
122 [Google Cloud Client Libraries][cloudlibs]
124 [Google Cloud API Libraries][apilibs],
158 the individual GitHub repository `github.com/GoogleAPIs/java-SERVICENAME`
159 and on [google-cloud-java][g-c-j].
176 this project you agree to abide by its terms. See [Code of Conduct][code-of-conduct] for more
182 Apache 2.0 - See [LICENSE][license] for more information.
187 ------------ | ------
188 Java 8 | [![Kokoro CI][kokoro-badge-image-2]][kokoro-badge-link-2]
189 Java 8 OSX | [![Kokoro CI][kokoro-badge-image-3]][kokoro-badge-link-3]
190 Java 8 Windows | [![Kokoro CI][kokoro-badge-image-4]][kokoro-badge-link-4]
191 Java 11 | [![Kokoro CI][kokoro-badge-image-5]][kokoro-badge-link-5]
195 [product-docs]: https://cloud.google.com/automl/docs/
196 [javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-automl/latest/overview
197 [kokoro-badge-image-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-…
198 [kokoro-badge-link-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-j…
199 [kokoro-badge-image-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-…
200 [kokoro-badge-link-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-j…
201 [kokoro-badge-image-3]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-…
202 [kokoro-badge-link-3]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-j…
203 [kokoro-badge-image-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-…
204 [kokoro-badge-link-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-j…
205 [kokoro-badge-image-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-…
206 [kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-j…
207 [stability-image]: https://img.shields.io/badge/stability-stable-green
208 [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-automl.…
209 [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-automl/2.…
210 [authentication]: https://github.com/googleapis/google-cloud-java#authentication
211 [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
212 [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
213 [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy
214 [developer-console]: https://console.developers.google.com/
215 [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects
216 [cloud-cli]: https://cloud.google.com/cli
217 [troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md
218 [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md
219 [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#con…
220 [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE
221 [enable-billing]: https://cloud.google.com/apis/docs/getting-started#enabling_billing
222 [enable-api]: https://console.cloud.google.com/flows/enableapi?apiid=automl.googleapis.com
223 [libraries-bom]: https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud…
224 [shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
227 [cloudlibs]: https://cloud.google.com/apis/docs/client-libraries-explained
228 [apilibs]: https://cloud.google.com/apis/docs/client-libraries-explained#google_api_client_libraries
229 [oracle]: https://www.oracle.com/java/technologies/java-se-support-roadmap.html
230 [g-c-j]: http://github.com/googleapis/google-cloud-java