--- id: types-aiobotocore-sagemaker-runtime version: "3.9.0" license: MIT license_treatment: permissive maintenance: active --- # types-aiobotocore-sagemaker-runtime — Type annotations for aiobotocore SageMakerRuntime 3.9.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 108.3K/mo ## What it is and what it does This package is a type-stub library that adds static type information to the aiobotocore SageMakerRuntime async client. It is generated automatically using mypy-boto3-builder and provides IDE autocomplete, type checking, and inline documentation for all SageMakerRuntime API operations. The stubs work with mypy, pyright, VSCode's Pylance, PyCharm, Emacs, and Sublime Text without requiring explicit type annotations in your code. The package is purely a development and type-checking aid—it contains no runtime code and does not affect production behavior. It enables developers to catch type errors early and get IDE assistance while writing async AWS SageMaker calls. Installation is optional for production but strongly recommended for any development environment using aiobotocore with SageMakerRuntime. Use it for: - Enable IDE autocomplete and type hints when calling aiobotocore SageMakerRuntime methods in VSCode or PyCharm. - Catch type errors in SageMaker API calls during development using mypy or pyright static analysis. - Provide explicit type annotations for SageMakerRuntimeClient in async functions without manual stub writing. - Support code completion and inline documentation in Emacs or Sublime Text via LSP and pyright. - Validate request and response shapes for SageMaker inference operations before runtime. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocomplete support for the aiobotocore SageMakerRuntime 3.9.0 async AWS client library, compatible with mypy, pyright, VSCode, PyCharm, and other type-checking tools. Yes, if you use aiobotocore with SageMakerRuntime and want IDE support or static type checking. Install it as a development dependency (not needed in production). Be aware that PyCharm may experience performance issues with the full stubs; consider the lite variant if you encounter slowness. No security concerns and minimal install friction. ## Install pip install types-aiobotocore-sagemaker-runtime uv add types-aiobotocore-sagemaker-runtime poetry add types-aiobotocore-sagemaker-runtime ## Installing types-aiobotocore-sagemaker-runtime Before you install: Low friction installation with a single lightweight dependency (typing-extensions). Actively maintained as of 2026-08-02, released 12 days ago, with 670 repository stars. License in practice: MIT license permits free use, modification, and distribution with minimal restrictions—suitable for both open-source and commercial projects. Quickstart: pip install types-aiobotocore-sagemaker-runtime from aiobotocore.session import get_session from types_aiobotocore_sagemaker_runtime import SageMakerRuntimeClient session = get_session() async with session.create_client("sagemaker-runtime") as client: client: SageMakerRuntimeClient Requires Python 3.9 or later; aiobotocore 3.9.0 must be installed separately to use the annotations at runtime. Verify before relying: - Performance impact on PyCharm (documentation warns of potential slowness with Literal overloads; lite variant may be preferable). - Whether the generated stubs remain synchronized with aiobotocore releases beyond 3.9.0. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 108.3K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags aiobotocore type stubs, sagemaker runtime type hints, boto3 async type annotations, mypy aiobotocore stubs, aws sagemaker typing, pyright boto3 types, aiobotocore autocomplete, type-stubs, aws-sdk, async-client [View on SkillFed](https://skillfed.io/packages/types-aiobotocore-sagemaker-runtime) · [View on PyPI](https://pypi.org/project/types-aiobotocore-sagemaker-runtime/)