MessageBatchRequestCounts Class — anthropic-sdk-python Architecture
Architecture documentation for the MessageBatchRequestCounts class in message_batch_request_counts.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD f73a5b16_f172_25b4_cd1a_4d39331feb8a["MessageBatchRequestCounts"] 17ce5647_6f06_0676_a4a5_e378a3f57cb1["BaseModel"] f73a5b16_f172_25b4_cd1a_4d39331feb8a -->|extends| 17ce5647_6f06_0676_a4a5_e378a3f57cb1 ebf0e6ff_69b5_809c_13f5_cd1003a04ce3["message_batch_request_counts.py"] f73a5b16_f172_25b4_cd1a_4d39331feb8a -->|defined in| ebf0e6ff_69b5_809c_13f5_cd1003a04ce3
Relationship Graph
Source Code
src/anthropic/types/messages/message_batch_request_counts.py lines 8–34
class MessageBatchRequestCounts(BaseModel):
canceled: int
"""Number of requests in the Message Batch that have been canceled.
This is zero until processing of the entire Message Batch has ended.
"""
errored: int
"""Number of requests in the Message Batch that encountered an error.
This is zero until processing of the entire Message Batch has ended.
"""
expired: int
"""Number of requests in the Message Batch that have expired.
This is zero until processing of the entire Message Batch has ended.
"""
processing: int
"""Number of requests in the Message Batch that are processing."""
succeeded: int
"""Number of requests in the Message Batch that have completed successfully.
This is zero until processing of the entire Message Batch has ended.
"""
Domain
Extends
Source
Frequently Asked Questions
What is the MessageBatchRequestCounts class?
MessageBatchRequestCounts is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/messages/message_batch_request_counts.py.
Where is MessageBatchRequestCounts defined?
MessageBatchRequestCounts is defined in src/anthropic/types/messages/message_batch_request_counts.py at line 8.
What does MessageBatchRequestCounts extend?
MessageBatchRequestCounts extends BaseModel.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free