This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
See the [Authentication](https://github.com/googleapis/google-cloud-java#authentication) section in the base directory's README.
See the [Authentication][authentication] section in the base directory's README.
About Cloud Auto ML
----------------------------
##About Cloud Auto ML
[Cloud Auto ML][cloud-automl] is a suite of Machine Learning products.
[Cloud Auto ML][api-reference] is a suite of Machine Learning products.
See the [Cloud Auto ML client library docs][automl-client-lib-docs] to learn how to use this Cloud Auto ML Client Library.
See the [Cloud Auto ML client library docs][javadocs] to learn how to
use this Cloud Auto ML Client Library.
Getting Started
---------------
####Prerequisites
You will need a [Google Developers Console](https://console.developers.google.com/) project with the Cloud Auto ML API enabled. [Follow these instructions](https://cloud.google.com/resource-manager/docs/creating-managing-projects) to get your project set up. You will also need to set up the local development environment by [installing the Google Cloud SDK](https://cloud.google.com/sdk/) and running the following commands in command line: `gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`.
##Getting Started
####Installation and setup
You'll need to obtain the `google-cloud-automl` library. See the [Quickstart](#quickstart) section to add `google-cloud-automl` as a dependency in your code.
###Prerequisites
Troubleshooting
---------------
You will need a [Google Developers Console][developer-console] project with the
Cloud Auto ML API enabled. [Follow these instructions][create-project] to get your
project set up. You will also need to set up the local development environment by
[installing the Google Cloud SDK][cloud-sdk] and running the following commands in command line:
`gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`.
To get help, follow the instructions in the [shared Troubleshooting document](https://github.com/googleapis/google-cloud-common/blob/master/troubleshooting/readme.md#troubleshooting).
###Installation and setup
Transport
---------
Cloud Auto ML uses gRPC for the transport layer.
You'll need to obtain the `google-cloud-automl` library. See the [Quickstart](#quickstart) section
to add `google-cloud-automl` as a dependency in your code.
Java Versions
-------------
##Troubleshooting
Java 7 or above is required for using this client.
To get help, follow the instructions in the [shared Troubleshooting document][troubleshooting].
Versioning
----------
##Transport
This library follows [Semantic Versioning](http://semver.org/).
It is currently in major version zero (``0.y.z``), which means that anything may change at any time and the public API should not be considered stable.
Cloud Auto ML uses gRPC for the transport layer.
Contributing
------------
##Java Versions
Contributions to this library are always welcome and highly encouraged.
Java 7 or above is required for using this client.
See `google-cloud`'s [CONTRIBUTING] documentation and the [shared documentation](https://github.com/googleapis/google-cloud-common/blob/master/contributing/readme.md#how-to-contribute-to-gcloud) for more information on how to get started.
##Versioning
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. See [Code of Conduct][code-of-conduct] for more information.
This library follows [Semantic Versioning](http://semver.org/).
License
-------
It is currently in major version zero (``0.y.z``), which means that anything may change at any time
and the public API should not be considered stable.
Apache 2.0 - See [LICENSE] for more information.
##Contributing
Contributions to this library are always welcome and highly encouraged.