Lines Matching +full:migrating +full:- +full:to +full:- +full:vertex +full:- +full:ai
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:
22 <artifactId>libraries-bom</artifactId>
33 <artifactId>google-cloud-automl</artifactId>
37 If you are using Maven without the BOM, add this to your dependencies:
39 <!-- {x-version-update-start:google-cloud-automl:released} -->
44 <artifactId>google-cloud-automl</artifactId>
49 If you are using Gradle without BOM, add this to your dependencies:
52 implementation 'com.google.cloud:google-cloud-automl:2.17.0'
55 If you are using SBT, add this to your dependencies:
58 libraryDependencies += "com.google.cloud" % "google-cloud-automl" % "2.17.0"
60 <!-- {x-version-update-end} -->
68 …uth-scopes] required for the desired Cloud Auto ML APIs, and the authenticated principal must have…
74 …d a [Google Cloud Platform Console][developer-console] project with the Cloud Auto ML [API enabled…
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.
87 **AutoML API Java Client is now available in Vertex AI. Please visit**
88 [java-aiplatform](https://github.com/googleapis/java-aiplatform) **for the new Java Vertex AI clien…
89 Vertex AI is our next generation AI Platform, with many new features that are unavailable in the cu…
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…
94 of machine learning available to you even if you have limited knowledge
95 of machine learning. You can use AutoML to build on Google's machine
96 learning capabilities to create your own custom machine learning models
97 that are tailored to your business needs, and then integrate those
100 … client library docs](https://cloud.google.com/java/docs/reference/google-cloud-automl/latest/over…
101 to learn how to use this Cloud Auto ML Client Library.
111 To get help, follow the instructions in the [shared Troubleshooting document][troubleshooting].
149 as it may not be possible to backport all patches.
151 Google provides updates on a best efforts basis to apps that continue to use
152 Java 7, though apps might need to upgrade to current versions of the library
155 #### Where to find specific information
158 the individual GitHub repository `github.com/GoogleAPIs/java-SERVICENAME`
159 and on [google-cloud-java][g-c-j].
171 Contributions to this library are always welcome and highly encouraged.
173 See [CONTRIBUTING][contributing] for more information how to get started.
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