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)
NameType or valueDescription
runtimesAsyncRuntimeManagerReturn the runtime manager.
secretsAsyncSecretManagerReturn the tenant secret manager.
checkpointsAsyncCheckpointManagerReturn the tenant checkpoint manager.

Release client resources.

async def close() -> None

Return whether the Runta API is reachable.

async def health() -> bool
  • bool