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 an approval request. Returns NOT_FOUND if the request does not exist.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://accessapproval.googleapis.com/v1/{name}
Lists approval requests associated with a project, folder, or organization. A…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://accessapproval.googleapis.com/v1/{parent}/approvalRequests
SDK on GitHub 📄 API Docs
SDK
python-aiplatform
Python
API
googleapis.com
googleapis.com:accessapproval
At a glance
Language Python
Endpoints7
Base URLhttps://accessapproval.googleapis.com
✓ Official