guardrails_ai.sdk.abstract_client ================================= .. py:module:: guardrails_ai.sdk.abstract_client Classes ------- .. autoapisummary:: guardrails_ai.sdk.abstract_client.Client Module Contents --------------- .. py:class:: Client Bases: :py:obj:`Protocol` Protocol defining the interface shared by all API client classes. .. py:attribute:: headers :type: dict[str, str] .. py:attribute:: http_client :type: httpx.AsyncClient .. py:attribute:: max_retries :type: int