1- Python Client for Cloud AutoML API (`Alpha `_)
2- =============================================
1+ .. include :: /../automl/README.rst
32
4- `Cloud AutoML API `_: The AutoML project API.
5-
6- - `Product Documentation `_
7-
8- .. _Alpha : https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst
9- .. _Cloud AutoML API : https://cloud.google.com/automl
10- .. _Product Documentation : https://cloud.google.com/automl
11-
12- Quick Start
13- -----------
14-
15- In order to use this library, you first need to go through the following steps:
16-
17- 1. `Select or create a Cloud Platform project. `_
18- 2. `Enable billing for your project. `_
19- 3. `Enable the Cloud AutoML API. `_
20- 4. `Setup Authentication. `_
21-
22- .. _Select or create a Cloud Platform project. : https://console.cloud.google.com/project
23- .. _Enable billing for your project. : https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project
24- .. _Enable the Cloud AutoML API. : https://cloud.google.com/automl
25- .. _Setup Authentication. : https://googlecloudplatform.github.io/google-cloud-python/latest/core/auth.html
26-
27- Installation
28- ~~~~~~~~~~~~
29-
30- Install this library in a `virtualenv `_ using pip. `virtualenv `_ is a tool to
31- create isolated Python environments. The basic problem it addresses is one of
32- dependencies and versions, and indirectly permissions.
33-
34- With `virtualenv `_, it's possible to install this library without needing system
35- install permissions, and without clashing with the installed system
36- dependencies.
37-
38- .. _`virtualenv` : https://virtualenv.pypa.io/en/latest/
39-
40-
41- Mac/Linux
42- ^^^^^^^^^
43-
44- .. code-block :: console
45-
46- pip install virtualenv
47- virtualenv <your-env>
48- source <your-env>/bin/activate
49- <your-env>/bin/pip install google-cloud-automl
50-
51-
52- Windows
53- ^^^^^^^
54-
55- .. code-block :: console
56-
57- pip install virtualenv
58- virtualenv <your-env>
59- <your-env>\Scripts\activate
60- <your-env>\Scripts\pip.exe install google-cloud-automl
61-
62- Next Steps
63- ~~~~~~~~~~
64-
65- - Read the `Cloud AutoML API Product documentation `_ to learn
66- more about the product and see How-to Guides.
67- - View this `repository’s main README `_ to see the full list of Cloud
68- APIs that we cover.
69-
70- .. _Cloud AutoML API Product documentation : https://cloud.google.com/automl
71- .. _repository’s main README : https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst
723
734Api Reference
745-------------
@@ -77,3 +8,14 @@ Api Reference
778
789 gapic/v1beta1/api
7910 gapic/v1beta1/types
11+
12+
13+ Changelog
14+ ---------
15+
16+ For a list of all ``google-cloud-datastore `` releases:
17+
18+ .. toctree ::
19+ :maxdepth: 2
20+
21+ changelog
0 commit comments