langsmith.async_client.AsyncClient#
- class langsmith.async_client.AsyncClient(api_url: str | None = None, api_key: str | None = None, timeout_ms: int | Tuple[int | None, int | None, int | None, int | None] | None = None, retry_config: Mapping[str, Any] | None = None, web_url: str | None = None)[source]#
Async Client for interacting with the LangSmith API.
Initialize the async client.
- Parameters:
api_url (Optional[str]) –
api_key (Optional[str]) –
timeout_ms (Optional[Union[int, Tuple[Optional[int], Optional[int], Optional[int], Optional[int]]]]) –
retry_config (Optional[Mapping[str, Any]]) –
web_url (Optional[str]) –