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

batch_list_params.py — anthropic-sdk-python Source File

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

File python AnthropicClient 1 imports 1 dependents 1 classes

Entity Profile

Dependency Diagram

graph LR
  dce92c52_3025_74b0_6e9d_c5413e4e460c["batch_list_params.py"]
  37c05070_ca59_d596_7250_de9d1939227f["typing_extensions"]
  dce92c52_3025_74b0_6e9d_c5413e4e460c --> 37c05070_ca59_d596_7250_de9d1939227f
  9d57e64b_b1ec_715b_1768_07fcedee07a0["__init__.py"]
  9d57e64b_b1ec_715b_1768_07fcedee07a0 --> dce92c52_3025_74b0_6e9d_c5413e4e460c
  style dce92c52_3025_74b0_6e9d_c5413e4e460c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from __future__ import annotations

from typing_extensions import TypedDict

__all__ = ["BatchListParams"]


class BatchListParams(TypedDict, total=False):
    after_id: str
    """ID of the object to use as a cursor for pagination.

    When provided, returns the page of results immediately after this object.
    """

    before_id: str
    """ID of the object to use as a cursor for pagination.

    When provided, returns the page of results immediately before this object.
    """

    limit: int
    """Number of items to return per page.

    Defaults to `20`. Ranges from `1` to `1000`.
    """

Classes

Dependencies

  • typing_extensions

Frequently Asked Questions

What does batch_list_params.py do?
batch_list_params.py is a source file in the anthropic-sdk-python codebase, written in python. It belongs to the AnthropicClient domain.
What does batch_list_params.py depend on?
batch_list_params.py imports 1 module(s): typing_extensions.
What files import batch_list_params.py?
batch_list_params.py is imported by 1 file(s): __init__.py.
Where is batch_list_params.py in the architecture?
batch_list_params.py is located at src/anthropic/types/messages/batch_list_params.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