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 a composite index.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://firestore.googleapis.com/v1beta2/{name}
Lists the field configuration and metadata for this database. Currently, Fire…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://firestore.googleapis.com/v1beta2/{parent}/fields
Lists composite indexes.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://firestore.googleapis.com/v1beta2/{parent}/indexes
SDK on GitHub 📄 API Docs
SDK
python-aiplatform
Python
API
googleapis.com
googleapis.com:firestore
At a glance
Language Python
Endpoints8
Base URLhttps://firestore.googleapis.com
✓ Official