# LangSmithInfo

> **Class** in `langsmith`

📖 [View in docs](https://reference.langchain.com/python/langsmith/schemas/LangSmithInfo)

Information about the LangSmith server.

## Signature

```python
LangSmithInfo()
```

## Extends

- `BaseModel`

## Properties

- `version`
- `license_expiration_time`
- `batch_ingest_config`
- `instance_flags`

---

[View source on GitHub](https://github.com/langchain-ai/langsmith-sdk/blob/2baf5f1092ca631657cb37e0db432295daea9f2e/python/langsmith/schemas.py#L879)