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")
List all Liens applied to the `parent` resource. Callers of this method will …
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://cloudresourcemanager.googleapis.com/v3/liens
Retrieves a TagValue. This method will return `PERMISSION_DENIED` if the valu…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://cloudresourcemanager.googleapis.com/v3/{name}
Lists the folders that are direct descendants of supplied parent resource. `l…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://cloudresourcemanager.googleapis.com/v3/folders
SDK on GitHub 📄 API Docs
SDK
python-aiplatform
Python
API
googleapis.com
googleapis.com:cloudresourcemanager
At a glance
Language Python
Endpoints28
Base URLhttps://cloudresourcemanager.googleapis.com
✓ Official