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

file_upload_params.py — anthropic-sdk-python Source File

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

File python AnthropicClient 5 imports 1 dependents 1 classes

Entity Profile

Dependency Diagram

graph LR
  b7cd9d55_1e47_e930_4219_6ac3f55406f0["file_upload_params.py"]
  c6699053_fad6_38a2_f621_9844eb5aedd2["_types"]
  b7cd9d55_1e47_e930_4219_6ac3f55406f0 --> c6699053_fad6_38a2_f621_9844eb5aedd2
  40a4d499_6b34_0763_5e68_275c9212420c["_utils"]
  b7cd9d55_1e47_e930_4219_6ac3f55406f0 --> 40a4d499_6b34_0763_5e68_275c9212420c
  6e6b04fb_bb37_1a1e_51c1_b5739ba58d0f["anthropic_beta_param"]
  b7cd9d55_1e47_e930_4219_6ac3f55406f0 --> 6e6b04fb_bb37_1a1e_51c1_b5739ba58d0f
  89ddcdd7_3ae1_4c7b_41bb_9f1e25f16875["typing"]
  b7cd9d55_1e47_e930_4219_6ac3f55406f0 --> 89ddcdd7_3ae1_4c7b_41bb_9f1e25f16875
  37c05070_ca59_d596_7250_de9d1939227f["typing_extensions"]
  b7cd9d55_1e47_e930_4219_6ac3f55406f0 --> 37c05070_ca59_d596_7250_de9d1939227f
  65f3d77c_c1b2_82e1_f9d7_1e7e05f3fdfd["__init__.py"]
  65f3d77c_c1b2_82e1_f9d7_1e7e05f3fdfd --> b7cd9d55_1e47_e930_4219_6ac3f55406f0
  style b7cd9d55_1e47_e930_4219_6ac3f55406f0 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 import List
from typing_extensions import Required, Annotated, TypedDict

from ..._types import FileTypes
from ..._utils import PropertyInfo
from ..anthropic_beta_param import AnthropicBetaParam

__all__ = ["FileUploadParams"]


class FileUploadParams(TypedDict, total=False):
    file: Required[FileTypes]
    """The file to upload"""

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

Dependencies

  • _types
  • _utils
  • anthropic_beta_param
  • typing
  • typing_extensions

Frequently Asked Questions

What does file_upload_params.py do?
file_upload_params.py is a source file in the anthropic-sdk-python codebase, written in python. It belongs to the AnthropicClient domain.
What does file_upload_params.py depend on?
file_upload_params.py imports 5 module(s): _types, _utils, anthropic_beta_param, typing, typing_extensions.
What files import file_upload_params.py?
file_upload_params.py is imported by 1 file(s): __init__.py.
Where is file_upload_params.py in the architecture?
file_upload_params.py is located at src/anthropic/types/beta/file_upload_params.py (domain: AnthropicClient, directory: src/anthropic/types/beta).

Analyze Your Own Codebase

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

Try Supermodel Free