Cloud AutoML API client library
Project description
The Cloud AutoML API is a suite of machine learning products that enables developers with limited machine learning expertise to train high-quality models specific to their business needs, by leveraging Google’s state-of-the-art transfer learning, and Neural Architecture Search technology.
Quick Start
In order to use this library, you first need to go through the following steps:
- Select or create a Cloud Platform project.
- Enable billing for your project.
- Enable the Cloud AutoML API.
- Setup Authentication.
Installation
Install this library in a virtualenv using pip. virtualenv is a tool to create isolated Python environments. The basic problem it addresses is one of dependencies and versions, and indirectly permissions.
With virtualenv, it’s possible to install this library without needing system install permissions, and without clashing with the installed system dependencies.
Supported Python Versions
Python >= 3.6
Unsupported Python Versions
Python == 2.7.
The last version of this library compatible with Python 2.7 is google-cloud-automl==1.0.1.
Mac/Linux
pip install virtualenv
virtualenv <your-env>
source <your-env>/bin/activate
<your-env>/bin/pip install google-cloud-automl
Windows
pip install virtualenv
virtualenv <your-env>
<your-env>\Scripts\activate
<your-env>\Scripts\pip.exe install google-cloud-automl
Next Steps
- Read the Client Library Documentation for Cloud AutoML API API to see other available methods on the client.
- Read the Product documentation to learn more about the product and see How-to Guides.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size google_cloud_automl-2.1.0-py2.py3-none-any.whl (376.5 kB) | File type Wheel | Python version py2.py3 | Upload date | Hashes View |
Filename, size google-cloud-automl-2.1.0.tar.gz (293.1 kB) | File type Source | Python version None | Upload date | Hashes View |
Hashes for google_cloud_automl-2.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f1b70a5a354ab752da05d8f5be073ce6ff9cae9189e171dbc2ad5917d04493b |
|
MD5 | e8bdb97ac69e7d596b7b29e98a668c56 |
|
BLAKE2-256 | f9a860f27e187de2af63d4536595f6fef7793105b71a2ee8ce3af19838f4e605 |
Hashes for google-cloud-automl-2.1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 520dfe2ee04d28f3088c9c582fa2a534fc272647d5e2e59acc903c0152e61696 |
|
MD5 | 539b6c84bc46a26678cfed3de95a2a33 |
|
BLAKE2-256 | dd7cb03c59955724900b18fed17a8b3d7289187b8d46c8ad7f1f665071dc5f7f |