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 latest state of a long-running operation. Clients can use this metho…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://servicemanagement.googleapis.com/v1/{name}
Lists managed services. Returns all public services. For authenticated users,…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://servicemanagement.googleapis.com/v1/services
Lists service operations that match the specified filter in the request.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://servicemanagement.googleapis.com/v1/operations
SDK on GitHub 📄 API Docs
SDK
python-aiplatform
Python
API
googleapis.com
googleapis.com:servicemanagement
At a glance
Language Python
Endpoints19
Base URLhttps://servicemanagement.googleapis.com
✓ Official