Using python-aiplatform with googleapis.com

Python integration

✓ Official SDK
Install
pip install python-aiplatform
Quick start
import python-aiplatform

# Use an OAuth2 access token
client = python_aiplatform.Client(access_token="YOUR_ACCESS_TOKEN")
Gets the details of a listing.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://analyticshub.googleapis.com/v1/{name}
Lists all listings in a given project and location.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://analyticshub.googleapis.com/v1/{parent}/listings
Lists all data exchanges in a given project and location.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://analyticshub.googleapis.com/v1/{parent}/dataExchanges
SDK on GitHub 📄 API Docs
SDK
python-aiplatform
Python
API
googleapis.com
googleapis.com:analyticshub
At a glance
Language Python
Endpoints12
Base URLhttps://analyticshub.googleapis.com
✓ Official