# UpTrainDataSchema

> **Class** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/callbacks/uptrain_callback/UpTrainDataSchema)

The UpTrain data schema for tracking evaluation results.

## Signature

```python
UpTrainDataSchema(
    self,
    project_name: str,
)
```

## Parameters

| Name | Type | Required | Description |
|------|------|----------|-------------|
| `project_name` | `str` | Yes | The project name to be shown in UpTrain dashboard. |

## Constructors

```python
__init__(
    self,
    project_name: str,
) -> None
```

| Name | Type |
|------|------|
| `project_name` | `str` |


## Properties

- `project_name`
- `uptrain_results`
- `eval_types`
- `query`
- `context`
- `response`
- `old_context`
- `new_context`
- `context_conciseness_run_id`
- `multi_queries`
- `multi_query_run_id`
- `multi_query_daugher_run_id`

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/a6a6079511ac8a5c1293337f88096b8641562e77/libs/community/langchain_community/callbacks/uptrain_callback.py#L82)