You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 16, 2023. It is now read-only.
See the [Authentication](https://github.com/googleapis/google-cloud-java#authentication) section in the base directory's README.
37
+
See the [Authentication][authentication] section in the base directory's README.
41
38
42
-
About Cloud Auto ML
43
-
----------------------------
39
+
## About Cloud Auto ML
44
40
45
-
[Cloud Auto ML][cloud-automl] is a suite of Machine Learning products.
41
+
[Cloud Auto ML][api-reference] is a suite of Machine Learning products.
46
42
47
-
See the [Cloud Auto ML client library docs][automl-client-lib-docs] to learn how to use this Cloud Auto ML Client Library.
43
+
See the [Cloud Auto ML client library docs][javadocs] to learn how to
44
+
use this Cloud Auto ML Client Library.
48
45
49
-
Getting Started
50
-
---------------
51
-
#### Prerequisites
52
-
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]`.
46
+
## Getting Started
53
47
54
-
#### Installation and setup
55
-
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.
48
+
### Prerequisites
56
49
57
-
Troubleshooting
58
-
---------------
50
+
You will need a [Google Developers Console][developer-console] project with the
51
+
Cloud Auto ML API enabled. [Follow these instructions][create-project] to get your
52
+
project set up. You will also need to set up the local development environment by
53
+
[installing the Google Cloud SDK][cloud-sdk] and running the following commands in command line:
54
+
`gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`.
59
55
60
-
To get help, follow the instructions in the [shared Troubleshooting document](https://github.com/googleapis/google-cloud-common/blob/master/troubleshooting/readme.md#troubleshooting).
56
+
### Installation and setup
61
57
62
-
Transport
63
-
---------
64
-
Cloud Auto ML uses gRPC for the transport layer.
58
+
You'll need to obtain the `google-cloud-automl` library. See the [Quickstart](#quickstart) section
59
+
to add `google-cloud-automl` as a dependency in your code.
65
60
66
-
Java Versions
67
-
-------------
61
+
## Troubleshooting
68
62
69
-
Java 7 or above is required for using this client.
63
+
To get help, follow the instructions in the [shared Troubleshooting document][troubleshooting].
70
64
71
-
Versioning
72
-
----------
65
+
## Transport
73
66
74
-
This library follows [Semantic Versioning](http://semver.org/).
75
-
76
-
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.
67
+
Cloud Auto ML uses gRPC for the transport layer.
77
68
78
-
Contributing
79
-
------------
69
+
## Java Versions
80
70
81
-
Contributions to this library are always welcome and highly encouraged.
71
+
Java 7 or above is required for using this client.
82
72
83
-
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.
73
+
## Versioning
84
74
85
-
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.
75
+
This library follows [Semantic Versioning](http://semver.org/).
86
76
87
-
License
88
-
-------
77
+
It is currently in major version zero (``0.y.z``), which means that anything may change at any time
78
+
and the public API should not be considered stable.
89
79
90
-
Apache 2.0 - See [LICENSE] for more information.
80
+
## Contributing
91
81
82
+
Contributions to this library are always welcome and highly encouraged.
0 commit comments