# ExampleCreate

> **Class** in `langsmith`

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

Example upload with attachments.

## Signature

```python
ExampleCreate(
    self,
    **data = {},
)
```

## Extends

- `BaseModel`

## Constructors

```python
__init__(
    self,
    **data = {},
)
```


## Properties

- `id`
- `created_at`
- `inputs`
- `outputs`
- `metadata`
- `split`
- `attachments`
- `use_source_run_io`
- `use_source_run_attachments`
- `source_run_id`

---

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