BetaRawContentBlockStartEvent Class — anthropic-sdk-python Architecture
Architecture documentation for the BetaRawContentBlockStartEvent class in beta_raw_content_block_start_event.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD f77a938f_4ebf_3b1c_59e1_2eb7c71fd7e1["BetaRawContentBlockStartEvent"] 17ce5647_6f06_0676_a4a5_e378a3f57cb1["BaseModel"] f77a938f_4ebf_3b1c_59e1_2eb7c71fd7e1 -->|extends| 17ce5647_6f06_0676_a4a5_e378a3f57cb1 9cc96e8a_38a2_2b93_22c9_6dd25aee6cba["beta_raw_content_block_start_event.py"] f77a938f_4ebf_3b1c_59e1_2eb7c71fd7e1 -->|defined in| 9cc96e8a_38a2_2b93_22c9_6dd25aee6cba
Relationship Graph
Source Code
src/anthropic/types/beta/beta_raw_content_block_start_event.py lines 48–54
class BetaRawContentBlockStartEvent(BaseModel):
content_block: ContentBlock
"""Response model for a file uploaded to the container."""
index: int
type: Literal["content_block_start"]
Domain
Extends
Source
Frequently Asked Questions
What is the BetaRawContentBlockStartEvent class?
BetaRawContentBlockStartEvent is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_raw_content_block_start_event.py.
Where is BetaRawContentBlockStartEvent defined?
BetaRawContentBlockStartEvent is defined in src/anthropic/types/beta/beta_raw_content_block_start_event.py at line 48.
What does BetaRawContentBlockStartEvent extend?
BetaRawContentBlockStartEvent extends BaseModel.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free