# CreateOnlineCodeEvaluatorRequestParam

> **Class** in `langsmith`

📖 [View in docs](https://reference.langchain.com/python/langsmith/_openapi_client/types/create_online_code_evaluator_request_param/CreateOnlineCodeEvaluatorRequestParam)

## Signature

```python
CreateOnlineCodeEvaluatorRequestParam()
```

## Extends

- `TypedDict`

## Constructors

```python
__init__(
    code: str,
    language: str,
)
```

| Name | Type |
|------|------|
| `code` | `str` |
| `language` | `str` |


## Properties

- `code`
- `language`

---

[View source on GitHub](https://github.com/langchain-ai/langsmith-sdk/blob/33995e14a84c53b65b82482b3d2fe0624b379bda/python/langsmith/_openapi_client/types/create_online_code_evaluator_request_param.py#L10)