Cloud AI Platform API client library
Project description
Cloud AI Platform: Google Cloud AI Platform is an integrated suite of machine learning tools and services for building and using ML models with AutoML or custom code. It offers both novices and experts the best workbench for the entire machine learning development lifecycle.
Quick Start
In order to use this library, you first need to go through the following steps:
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.
Mac/Linux
pip install virtualenv
virtualenv <your-env>
source <your-env>/bin/activate
<your-env>/bin/pip install google-cloud-aiplatform
Windows
pip install virtualenv
virtualenv <your-env>
<your-env>\Scripts\activate
<your-env>\Scripts\pip.exe install google-cloud-aiplatform
Next Steps
Read the Client Library Documentation for Cloud AI Platform API to see other available methods on the client.
Read the Cloud AI Platform API Product documentation to learn more about the product and see How-to Guides.
View this README to see the full list of Cloud APIs that we cover.
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.
Source Distribution
Built Distribution
Hashes for google-cloud-aiplatform-0.9.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44ef1d4eadfaddd30858b8f0a7729d6ec6cd7aae8b0ba75eb8101e398afd20b5 |
|
MD5 | 3bf8402c05c74a7262d29937fc18170a |
|
BLAKE2b-256 | 2d5460dbff5d31e74ecd172355ffcef27632869d954bc5d1b720b40d2e2cb6aa |
Hashes for google_cloud_aiplatform-0.9.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f993ee542c686b437607ca31a0056c5a8987db11df84371d1b46c6f3f369e73 |
|
MD5 | 1407689e27833be3643a03c5195162ff |
|
BLAKE2b-256 | 257b118e4747ae56c61b18ef9e536b6e14299979ee4fa198028e3890f22f9857 |