Using python-genai with googleapis.com

Python integration

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

# Use an OAuth2 access token
client = python_genai.Client(access_token="YOUR_ACCESS_TOKEN")
Retrieves the latest workflow template.Can retrieve previously instantiated t…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://dataproc.googleapis.com/v1/{name}
Lists batch workloads.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://dataproc.googleapis.com/v1/{parent}/batches
Lists workflows that match the specified filter in the request.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://dataproc.googleapis.com/v1/{parent}/workflowTemplates
SDK on GitHub 📄 API Docs
SDK
python-genai
Python
API
googleapis.com
googleapis.com:dataproc
At a glance
Language Python
Endpoints34
Base URLhttps://dataproc.googleapis.com
✓ Official