# BedrockBase

> **Class** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/llms/bedrock/BedrockBase)

Base class for Bedrock models.

## Signature

```python
BedrockBase()
```

## Extends

- `BaseModel`
- `ABC`

## Properties

- `model_config`
- `client`
- `region_name`
- `credentials_profile_name`
- `config`
- `provider`
- `model_id`
- `model_kwargs`
- `endpoint_url`
- `streaming`
- `provider_stop_sequence_key_name_map`
- `guardrails`

## Methods

- [`validate_environment()`](https://reference.langchain.com/python/langchain-community/llms/bedrock/BedrockBase/validate_environment)

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/4b280287bd55b99b44db2dd849f02d66c89534d5/libs/community/langchain_community/llms/bedrock.py#L295)