# OnlineEvaluatorCreateParams

> **Class** in `langsmith`

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

## Signature

```python
OnlineEvaluatorCreateParams()
```

## Extends

- `TypedDict`

## Constructors

```python
__init__(
    code_evaluator: CreateOnlineCodeEvaluatorRequestParam,
    llm_evaluator: CreateOnlineLlmEvaluatorRequestParam,
    name: str,
    type: OnlineEvaluatorType,
)
```

| Name | Type |
|------|------|
| `code_evaluator` | `CreateOnlineCodeEvaluatorRequestParam` |
| `llm_evaluator` | `CreateOnlineLlmEvaluatorRequestParam` |
| `name` | `str` |
| `type` | `OnlineEvaluatorType` |


## Properties

- `code_evaluator`
- `llm_evaluator`
- `name`
- `type`

---

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