Home / Class/ ImageBlockParam Class — anthropic-sdk-python Architecture

ImageBlockParam Class — anthropic-sdk-python Architecture

Architecture documentation for the ImageBlockParam class in image_block_param.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  97eadc90_4240_5e0f_5fad_521c33a6406d["ImageBlockParam"]
  c28867ee_5ed9_b520_794e_835547ced056["image_block_param.py"]
  97eadc90_4240_5e0f_5fad_521c33a6406d -->|defined in| c28867ee_5ed9_b520_794e_835547ced056

Relationship Graph

Source Code

src/anthropic/types/image_block_param.py lines 17–23

class ImageBlockParam(TypedDict, total=False):
    source: Required[Source]

    type: Required[Literal["image"]]

    cache_control: Optional[CacheControlEphemeralParam]
    """Create a cache control breakpoint at this content block."""

Frequently Asked Questions

What is the ImageBlockParam class?
ImageBlockParam is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/image_block_param.py.
Where is ImageBlockParam defined?
ImageBlockParam is defined in src/anthropic/types/image_block_param.py at line 17.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free