Results, Evidence & Insight Cases¶
Reading governed facts and explaining them.
Results are served as governed analytical products, not raw runtime folders. Available today.
Read Governed Facts¶
| Operation | Purpose |
|---|---|
getBigQueryRows |
Read governed analytical rows |
persistBigQueryRows |
Write governed analytical rows |
listOutputContracts |
Inspect result contracts |
listOutputProjections |
Inspect result projections |
These read against the analytical truth — a governed schema of
857
tables and
26619
fields.
Insight Cases (Explainability)¶
| Operation | Purpose |
|---|---|
createInsightCase |
Open an explainability case |
getInsightCase |
Inspect a case |
refreshInsightCase |
Recompute a case |
listInsightCaseArtifacts |
Inspect evidence artifacts |
listInsightCaseReports |
List insight reports |
draftInsightCaseReport |
Draft a report |
publishInsightCaseReport |
Publish a report |
scheduleInsightCase / listInsightCaseSchedules |
Schedule recurring refresh |
Explainability maturity
Insight cases run on the deterministic explainability engine today. The BigQuery ML / Vertex AI narrative layer is roadmap — see the maturity register linked from API Surface & Evidence.
What This Means For Integration¶
- Read results as governed facts via
getBigQueryRows; they match what the Workbench and BI show. - Use insight cases to attach explanation and evidence to a result, and schedule refreshes where you need standing explanation.
- Every result links to the evidence and launch gate that produced it.