# OnlineEvaluatorListParams

> **Class** in `langsmith`

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

## Signature

```python
OnlineEvaluatorListParams()
```

## Extends

- `TypedDict`

## Constructors

```python
__init__(
    feedback_key: str,
    limit: int,
    name_contains: str,
    offset: int,
    resource_id: SequenceNotStr[str],
    sort_by: str,
    sort_by_desc: bool,
    tag_value_id: SequenceNotStr[str],
    type: str,
)
```

| Name | Type |
|------|------|
| `feedback_key` | `str` |
| `limit` | `int` |
| `name_contains` | `str` |
| `offset` | `int` |
| `resource_id` | `SequenceNotStr[str]` |
| `sort_by` | `str` |
| `sort_by_desc` | `bool` |
| `tag_value_id` | `SequenceNotStr[str]` |
| `type` | `str` |


## Properties

- `feedback_key`
- `limit`
- `name_contains`
- `offset`
- `resource_id`
- `sort_by`
- `sort_by_desc`
- `tag_value_id`
- `type`

---

[View source on GitHub](https://github.com/langchain-ai/langsmith-sdk/blob/d6cd6082f09e7826a2d6afe444ae6119e61b82a6/python/langsmith/_openapi_client/types/online_evaluator_list_params.py#L12)