# FinalRequestOptions

> **Class** in `langsmith`

📖 [View in docs](https://reference.langchain.com/python/langsmith/_openapi_client/_models/FinalRequestOptions)

## Signature

```python
FinalRequestOptions()
```

## Extends

- `pydantic.BaseModel`

## Properties

- `method`
- `url`
- `params`
- `headers`
- `max_retries`
- `timeout`
- `files`
- `idempotency_key`
- `post_parser`
- `follow_redirects`
- `content`
- `json_data`
- `extra_json`
- `model_config`
- `model_construct`

## Methods

- [`get_max_retries()`](https://reference.langchain.com/python/langsmith/_openapi_client/_models/FinalRequestOptions/get_max_retries)
- [`construct()`](https://reference.langchain.com/python/langsmith/_openapi_client/_models/FinalRequestOptions/construct)

---

[View source on GitHub](https://github.com/langchain-ai/langsmith-sdk/blob/687fc8d527a28504432f52bd08c75f2894c209fe/python/langsmith/_openapi_client/_models.py#L889)