# FindAllMatchCondition

> **Class** in `langchain_parallel`

📖 [View in docs](https://reference.langchain.com/python/langchain-parallel/findall/FindAllMatchCondition)

One boolean condition the API uses to filter candidates.

The pair (name, description) names a True/False question the API
answers per candidate; only candidates with all conditions True are
returned.

## Signature

```python
FindAllMatchCondition()
```

## Extends

- `BaseModel`

## Properties

- `name`
- `description`

## Methods

- [`to_sdk()`](https://reference.langchain.com/python/langchain-parallel/findall/FindAllMatchCondition/to_sdk)

---

[View source on GitHub](https://github.com/parallel-web/langchain-parallel/blob/c1f8c1d657b86eaf948c363f84fed6ea6bd65754/langchain_parallel/findall.py#L59)