Skip to content

AsyncRunta

Main asynchronous client for runtimes, secrets, and checkpoints.

Async · Sync counterpart: Runta

class AsyncRunta:
AsyncRunta(*, token: str | None = None, endpoint: str | None = None, config_path: str | Path | None = None, timeout: float = 30.0)
Name Type or value Description
runtimes AsyncRuntimeManager Return the runtime manager.
secrets AsyncSecretManager Return the tenant secret manager.
checkpoints AsyncCheckpointManager Return the tenant checkpoint manager.

Release client resources.

async def close() -> None

Return whether the Runta API is reachable.

async def health() -> bool
  • bool