BetaBase64PDFSourceParam Class — anthropic-sdk-python Architecture
Architecture documentation for the BetaBase64PDFSourceParam class in beta_base64_pdf_source_param.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD 828190da_20e9_d3d0_b508_5ec448845532["BetaBase64PDFSourceParam"] b844c472_4ba9_9b1a_28f4_7175aaadd739["beta_base64_pdf_source_param.py"] 828190da_20e9_d3d0_b508_5ec448845532 -->|defined in| b844c472_4ba9_9b1a_28f4_7175aaadd739
Relationship Graph
Source Code
src/anthropic/types/beta/beta_base64_pdf_source_param.py lines 15–20
class BetaBase64PDFSourceParam(TypedDict, total=False):
data: Required[Annotated[Union[str, Base64FileInput], PropertyInfo(format="base64")]]
media_type: Required[Literal["application/pdf"]]
type: Required[Literal["base64"]]
Domain
Source
Frequently Asked Questions
What is the BetaBase64PDFSourceParam class?
BetaBase64PDFSourceParam is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_base64_pdf_source_param.py.
Where is BetaBase64PDFSourceParam defined?
BetaBase64PDFSourceParam is defined in src/anthropic/types/beta/beta_base64_pdf_source_param.py at line 15.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free