Home / Class/ BatchCreateParams Class — anthropic-sdk-python Architecture

BatchCreateParams Class — anthropic-sdk-python Architecture

Architecture documentation for the BatchCreateParams class in batch_create_params.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  324349db_f723_a142_fa9e_43527eeb870f["BatchCreateParams"]
  ed503e4f_0bc1_59de_c2d9_63682a9ccceb["batch_create_params.py"]
  324349db_f723_a142_fa9e_43527eeb870f -->|defined in| ed503e4f_0bc1_59de_c2d9_63682a9ccceb

Relationship Graph

Source Code

src/anthropic/types/beta/messages/batch_create_params.py lines 15–23

class BatchCreateParams(TypedDict, total=False):
    requests: Required[Iterable[Request]]
    """List of requests for prompt completion.

    Each is an individual request to create a Message.
    """

    betas: Annotated[List[AnthropicBetaParam], PropertyInfo(alias="anthropic-beta")]
    """Optional header to specify the beta version(s) you want to use."""

Frequently Asked Questions

What is the BatchCreateParams class?
BatchCreateParams is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/messages/batch_create_params.py.
Where is BatchCreateParams defined?
BatchCreateParams is defined in src/anthropic/types/beta/messages/batch_create_params.py at line 15.

Analyze Your Own Codebase

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

Try Supermodel Free