MessageCreateParamsNonStreaming Class — anthropic-sdk-python Architecture
Architecture documentation for the MessageCreateParamsNonStreaming class in message_create_params.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD 441c2082_28c4_3bac_f9ac_35fd88d9934a["MessageCreateParamsNonStreaming"] 1b89c7eb_0f1c_85b2_352b_e7d5420fc8d2["MessageCreateParamsBase"] 441c2082_28c4_3bac_f9ac_35fd88d9934a -->|extends| 1b89c7eb_0f1c_85b2_352b_e7d5420fc8d2 018f5e32_469a_7212_3572_975756049589["message_create_params.py"] 441c2082_28c4_3bac_f9ac_35fd88d9934a -->|defined in| 018f5e32_469a_7212_3572_975756049589
Relationship Graph
Source Code
src/anthropic/types/message_create_params.py lines 307–312
class MessageCreateParamsNonStreaming(MessageCreateParamsBase, total=False):
stream: Literal[False]
"""Whether to incrementally stream the response using server-sent events.
See [streaming](https://docs.claude.com/en/api/messages-streaming) for details.
"""
Domain
Defined In
Extends
Source
Frequently Asked Questions
What is the MessageCreateParamsNonStreaming class?
MessageCreateParamsNonStreaming is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/message_create_params.py.
Where is MessageCreateParamsNonStreaming defined?
MessageCreateParamsNonStreaming is defined in src/anthropic/types/message_create_params.py at line 307.
What does MessageCreateParamsNonStreaming extend?
MessageCreateParamsNonStreaming extends MessageCreateParamsBase.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free