Runtime Governance SDKnamespace1 methods
governance
In-process runtime namespace. These methods do not map directly to HTTP `/api/v1/*` endpoints unless explicitly documented in interop guides.
Runtime usage snippet
Compile this snippet against the published runtime SDK, not the platform API client.
Python SDKpython
from arelis import create_arelis_client, ClientConfig
import asyncio
async def main():
client = create_arelis_client(ClientConfig(
model_registry=...,
policy_engine=...,
audit_sink=...,
))
result = await client.governance.createGateEvaluator() # ...
print(result)
asyncio.run(main())Methods
Methods discovered from node_modules/@arelis-ai/ai-governance-sdk/dist/index.d.ts.
governance.createGateEvaluator()