Using python-aiplatform with googleapis.com

Python integration

✓ Official SDK
Install
pip install python-aiplatform
Quick start
import python-aiplatform

client = python_aiplatform.Client("YOUR_API_KEY")
Searches Knowledge Graph for entities that match the constraints. A list of m…
curl \
  https://kgsearch.googleapis.com/v1/entities:search
SDK on GitHub 📄 API Docs
SDK
python-aiplatform
Python
API
googleapis.com
googleapis.com:kgsearch
At a glance
Language Python
Endpoints1
Base URLhttps://kgsearch.googleapis.com
✓ Official