BetaFoundry Class — anthropic-sdk-python Architecture
Architecture documentation for the BetaFoundry class in foundry.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD 92f9589c_c7a6_205d_a6a7_344ed565d4f5["BetaFoundry"] b803cef5_e7f2_93b7_3565_b4b0dad7daef["Beta"] 92f9589c_c7a6_205d_a6a7_344ed565d4f5 -->|extends| b803cef5_e7f2_93b7_3565_b4b0dad7daef 28707db8_9678_34e5_eb77_ee47156aa183["foundry.py"] 92f9589c_c7a6_205d_a6a7_344ed565d4f5 -->|defined in| 28707db8_9678_34e5_eb77_ee47156aa183 8b628a8b_b4d9_6c3c_c00c_903b3b605a95["messages()"] 92f9589c_c7a6_205d_a6a7_344ed565d4f5 -->|method| 8b628a8b_b4d9_6c3c_c00c_903b3b605a95
Relationship Graph
Source Code
src/anthropic/lib/foundry.py lines 55–60
class BetaFoundry(Beta):
@cached_property
@override
def messages(self) -> BetaMessages: # type: ignore[override]
"""Return beta messages resource instance with excluded unsupported endpoints."""
return BetaFoundryMessages(self._client)
Domain
Defined In
Extends
Source
Frequently Asked Questions
What is the BetaFoundry class?
BetaFoundry is a class in the anthropic-sdk-python codebase, defined in src/anthropic/lib/foundry.py.
Where is BetaFoundry defined?
BetaFoundry is defined in src/anthropic/lib/foundry.py at line 55.
What does BetaFoundry extend?
BetaFoundry extends Beta.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free