from rotavision import Rotavision
client = Rotavision()
# Analyze data from GCS
result = client.vishwas.analyze(
model_id="my-model",
dataset={
"data_url": "gs://my-bucket/predictions.parquet",
"gcp_credentials": {
"service_account_key": {...} # JSON key
}
}
)