message_batch_request_counts.py — anthropic-sdk-python Source File
Architecture documentation for message_batch_request_counts.py, a python file in the anthropic-sdk-python codebase. 1 imports, 2 dependents.
Entity Profile
Dependency Diagram
graph LR ebf0e6ff_69b5_809c_13f5_cd1003a04ce3["message_batch_request_counts.py"] 9964e1d1_1aca_7a46_b342_dc381bef3637["_models"] ebf0e6ff_69b5_809c_13f5_cd1003a04ce3 --> 9964e1d1_1aca_7a46_b342_dc381bef3637 9d57e64b_b1ec_715b_1768_07fcedee07a0["__init__.py"] 9d57e64b_b1ec_715b_1768_07fcedee07a0 --> ebf0e6ff_69b5_809c_13f5_cd1003a04ce3 553ff8b4_6e07_4580_d3f3_a05016158a35["message_batch.py"] 553ff8b4_6e07_4580_d3f3_a05016158a35 --> ebf0e6ff_69b5_809c_13f5_cd1003a04ce3 style ebf0e6ff_69b5_809c_13f5_cd1003a04ce3 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
from ..._models import BaseModel
__all__ = ["MessageBatchRequestCounts"]
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
Classes
Dependencies
- _models
Source
Frequently Asked Questions
What does message_batch_request_counts.py do?
message_batch_request_counts.py is a source file in the anthropic-sdk-python codebase, written in python. It belongs to the AnthropicClient domain.
What does message_batch_request_counts.py depend on?
message_batch_request_counts.py imports 1 module(s): _models.
What files import message_batch_request_counts.py?
message_batch_request_counts.py is imported by 2 file(s): __init__.py, message_batch.py.
Where is message_batch_request_counts.py in the architecture?
message_batch_request_counts.py is located at src/anthropic/types/messages/message_batch_request_counts.py (domain: AnthropicClient, directory: src/anthropic/types/messages).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free