BetaMessageBatchRequestCounts Class — anthropic-sdk-python Architecture
Architecture documentation for the BetaMessageBatchRequestCounts class in beta_message_batch_request_counts.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD 8a301eb2_6582_7884_9a46_a93619bb38a1["BetaMessageBatchRequestCounts"] 17ce5647_6f06_0676_a4a5_e378a3f57cb1["BaseModel"] 8a301eb2_6582_7884_9a46_a93619bb38a1 -->|extends| 17ce5647_6f06_0676_a4a5_e378a3f57cb1 09edf2df_0b1a_51e3_10bb_e8a02542865a["beta_message_batch_request_counts.py"] 8a301eb2_6582_7884_9a46_a93619bb38a1 -->|defined in| 09edf2df_0b1a_51e3_10bb_e8a02542865a
Relationship Graph
Source Code
src/anthropic/types/beta/messages/beta_message_batch_request_counts.py lines 8–34
class BetaMessageBatchRequestCounts(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 BetaMessageBatchRequestCounts class?
BetaMessageBatchRequestCounts is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/messages/beta_message_batch_request_counts.py.
Where is BetaMessageBatchRequestCounts defined?
BetaMessageBatchRequestCounts is defined in src/anthropic/types/beta/messages/beta_message_batch_request_counts.py at line 8.
What does BetaMessageBatchRequestCounts extend?
BetaMessageBatchRequestCounts extends BaseModel.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free