--- id: mypy-boto3-sagemaker-a2i-runtime version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-sagemaker-a2i-runtime — Type annotations for boto3 AugmentedAIRuntime 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 251.3K/mo ## What it is and what it does This package is a type-stub library that adds static type information for boto3's AugmentedAIRuntime (SageMaker A2I Runtime) service. It is generated automatically from boto3's API definitions and works as a companion to boto3 itself, not a replacement. When installed, it enables your IDE, mypy, pyright, and other type checkers to understand the structure and parameters of A2I Runtime API calls, providing autocomplete suggestions and catching type errors at development time rather than runtime. The package is designed to be lightweight and optional—you can use it only during development and type checking without including it in production deployments. It supports multiple IDEs (VSCode, PyCharm, Emacs, Sublime Text) and type checkers (mypy, pyright, pylint), and can be installed standalone or as part of the broader boto3-stubs ecosystem. The package is actively maintained and tracks boto3 version 1.43.0. Use it for: - Enable IDE autocomplete and inline documentation for SageMaker A2I Runtime API calls in VSCode or PyCharm. - Run mypy or pyright static type checks on code that uses boto3 A2I Runtime clients to catch API misuse before runtime. - Provide explicit type hints for AugmentedAIRuntimeClient, paginators, and service-specific types in your own type annotations. - Catch parameter and return-type errors in SageMaker A2I workflows during development without running the code. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations for boto3's AugmentedAIRuntime service, enabling IDE autocomplete and static type checking for SageMaker A2I Runtime API calls. Yes, if you use boto3 for SageMaker A2I Runtime and want type safety and IDE support. Install friction is minimal, maintenance is active, and the MIT license carries no restrictions. The only gotcha is PyCharm performance with Literal overloads—if you use PyCharm, consider boto3-stubs-lite as an alternative. For mypy, pyright, or VSCode users, this is a straightforward win. ## Install pip install mypy-boto3-sagemaker-a2i-runtime uv add mypy-boto3-sagemaker-a2i-runtime poetry add mypy-boto3-sagemaker-a2i-runtime ## Installing mypy-boto3-sagemaker-a2i-runtime Before you install: Low install friction with a single lightweight runtime dependency (typing-extensions). Actively maintained with recent commits and a stable release cycle. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and commercial projects with minimal restrictions. Quickstart: # Install python -m pip install mypy-boto3-sagemaker-a2i-runtime # Use in code from boto3.session import Session from mypy_boto3_sagemaker_a2i_runtime import AugmentedAIRuntimeClient client: AugmentedAIRuntimeClient = Session().client("sagemaker-a2i-runtime") Requires boto3 to be installed separately; type checking requires a compatible tool like mypy, pyright, or an IDE with type-aware language server support. Verify before relying: - Whether the package works correctly with all listed Python versions (3.9–3.14) in practice. - Performance impact when used with PyCharm (documentation mentions potential slowness with Literal overloads). ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 251.3K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, sagemaker a2i runtime types, mypy boto3 annotations, aws sdk type hints, boto3 autocomplete, sagemaker augmented ai types, python aws type checking, type-stubs, aws-sdk, boto3 [View on SkillFed](https://skillfed.io/packages/mypy-boto3-sagemaker-a2i-runtime) · [View on PyPI](https://pypi.org/project/mypy-boto3-sagemaker-a2i-runtime/)