Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/openai/openai-python
/ _BedrockProviderRuntime
Class
_BedrockProviderRuntime
src/openai/providers/bedrock.py:192–193 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
190
191
@dataclass
192
class
_BedrockProviderRuntime(_ProviderRuntime):
193
region: str | None = None
194
195
196
@dataclass(frozen=True)
Callers
1
configure
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected