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")
Private Preview. This feature is only available for approved services. This m…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://servicecontrol.googleapis.com/v2/services/{serviceName}:check
Private Preview. This feature is only available for approved services. This m…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://servicecontrol.googleapis.com/v2/services/{serviceName}:report
SDK on GitHub 📄 API Docs
SDK
python-aiplatform
Python
API
googleapis.com
googleapis.com:servicecontrol
At a glance
Language Python
Endpoints2
Base URLhttps://servicecontrol.googleapis.com
✓ Official