types-aiobotocore-sagemaker-runtime
Type annotations for aiobotocore SageMakerRuntime 3.9.0 service generated with mypy-boto3-builder 8.12.0
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 on this page — 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
types-aiobotocore-sagemaker-runtime on PyPI
pip
pip install types-aiobotocore-sagemaker-runtimeuv
uv add types-aiobotocore-sagemaker-runtimepoetry
poetry add types-aiobotocore-sagemaker-runtimeInstalling 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 the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — typing-extensions |
| Maintenance | actively maintained — 12 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 108,294/month — #12,563 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: types_aiobotocore_sagemaker_runtime-3.9.0-py3-none-any.whl
Keywords: aiobotocore, sagemaker-runtime, aiobotocore-stubs, type-annotations, mypy, typeshed, autocomplete
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
mypy-boto3-sagemaker-runtimeProvides type annotations and IDE…
permissive · top 15,000 on PyPI
types-boto3-sagemaker-runtimeProvides type annotations and IDE…
permissive · top 15,000 on PyPI
types-aiobotocore-sagemakerProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocore-ec2Provides type stubs and annotations for…
permissive · top 5,000 on PyPI
types-aiobotocoreProvides type annotations and IDE…
permissive · top 5,000 on PyPI
types-aiobotocore-liteProvides type annotations for aiobotocore…
permissive · top 15,000 on PyPI
types-aiobotocore-sqsProvides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
types-aiobotocore-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocore-fullProvides complete type annotations for…
permissive · top 15,000 on PyPI
types-aiobotocore-translateProvides type stubs and IDE autocomplete…
permissive · top 15,000 on PyPI