Home / File/ beta_message_batch_request_counts.py — anthropic-sdk-python Source File

beta_message_batch_request_counts.py — anthropic-sdk-python Source File

Architecture documentation for beta_message_batch_request_counts.py, a python file in the anthropic-sdk-python codebase. 1 imports, 2 dependents.

File python AnthropicClient 1 imports 2 dependents 1 classes

Entity Profile

Dependency Diagram

graph LR
  09edf2df_0b1a_51e3_10bb_e8a02542865a["beta_message_batch_request_counts.py"]
  62a94a20_126a_1542_7e5c_58d90847381e["_models"]
  09edf2df_0b1a_51e3_10bb_e8a02542865a --> 62a94a20_126a_1542_7e5c_58d90847381e
  dbe014d2_4baa_ad50_d7ad_0a355aa14a48["__init__.py"]
  dbe014d2_4baa_ad50_d7ad_0a355aa14a48 --> 09edf2df_0b1a_51e3_10bb_e8a02542865a
  827e58dc_dae3_0aa6_4b86_250116317ec8["beta_message_batch.py"]
  827e58dc_dae3_0aa6_4b86_250116317ec8 --> 09edf2df_0b1a_51e3_10bb_e8a02542865a
  style 09edf2df_0b1a_51e3_10bb_e8a02542865a 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__ = ["BetaMessageBatchRequestCounts"]


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.
    """

Dependencies

  • _models

Frequently Asked Questions

What does beta_message_batch_request_counts.py do?
beta_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 beta_message_batch_request_counts.py depend on?
beta_message_batch_request_counts.py imports 1 module(s): _models.
What files import beta_message_batch_request_counts.py?
beta_message_batch_request_counts.py is imported by 2 file(s): __init__.py, beta_message_batch.py.
Where is beta_message_batch_request_counts.py in the architecture?
beta_message_batch_request_counts.py is located at src/anthropic/types/beta/messages/beta_message_batch_request_counts.py (domain: AnthropicClient, directory: src/anthropic/types/beta/messages).

Analyze Your Own Codebase

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

Try Supermodel Free