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")
Returns cryptographic keys managed by Cloud KMS in a given Cloud project. Not…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://kmsinventory.googleapis.com/v1/{parent}/cryptoKeys
Returns aggregate information about the resources protected by the given Clou…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://kmsinventory.googleapis.com/v1/{name}/protectedResourcesSummary
Returns metadata about the resources protected by the given Cloud KMS CryptoK…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://kmsinventory.googleapis.com/v1/{scope}/protectedResources:search
SDK on GitHub 📄 API Docs
SDK
python-aiplatform
Python
API
googleapis.com
googleapis.com:kmsinventory
At a glance
Language Python
Endpoints3
Base URLhttps://kmsinventory.googleapis.com
✓ Official