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")
Gets the specified chain. Returns `NOT_FOUND` if the chain does not exist.
curl \
  https://mybusiness.googleapis.com/v4/{name}
Lists all of the accounts for the authenticated user. This includes all accou…
curl \
  https://mybusiness.googleapis.com/v4/accounts
Returns the list of available attributes that would be available for a locati…
curl \
  https://mybusiness.googleapis.com/v4/attributes
SDK on GitHub 📄 API Docs
SDK
python-aiplatform
Python
API
googleapis.com
googleapis.com:my-business
At a glance
Language Python
Endpoints50
Base URLhttps://mybusiness.googleapis.com
✓ Official