mypy-boto3-sagemaker-runtime
Type annotations for boto3 SageMakerRuntime 1.43.68 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 boto3's SageMakerRuntime client. It is generated automatically from boto3 1.43.68 and provides IDE autocomplete, type checking in mypy and pyright, and explicit type annotations for SageMakerRuntimeClient, literals, and type definitions.
You install it alongside boto3 to enable your editor or type checker to understand the shape and behavior of SageMakerRuntime API calls. The stubs work with VSCode (via Pylance), PyCharm, Emacs, Sublime Text, and command-line tools like mypy and pyright. It is a pure-Python package with minimal dependencies and is maintained as part of the mypy-boto3-builder project.
Use it for:
- Enable IDE autocomplete and inline documentation for SageMakerRuntime API calls in VSCode or PyCharm.
- Catch type errors in boto3 SageMakerRuntime code during development with mypy or pyright before runtime.
- Provide explicit type annotations for SageMakerRuntimeClient in production code without runtime overhead.
- Use Literal types from the stubs to validate string parameters (e.g., service names, operation modes) at type-check time.
- Integrate type checking into CI/CD pipelines to enforce correct AWS SDK usage across a team.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocompletion for boto3's SageMakerRuntime service, enabling static type checking with mypy, pyright, and compatible editors.
Yes, if you use boto3's SageMakerRuntime service and want static type checking or IDE support. The package is lightweight, actively maintained, has no known vulnerabilities, and carries a permissive MIT license. Install it as a development dependency (or use TYPE_CHECKING guards to keep it out of production) alongside boto3. Consider boto3-stubs[sagemaker-runtime] instead if you want a unified installation with other AWS services.
Install
mypy-boto3-sagemaker-runtime on PyPI
pip
pip install mypy-boto3-sagemaker-runtimeuv
uv add mypy-boto3-sagemaker-runtimepoetry
poetry add mypy-boto3-sagemaker-runtimeInstalling mypy-boto3-sagemaker-runtime
Before you install
Low friction: a single pure-Python dependency (typing-extensions) and released 4 days ago with active maintenance. The package is generated from a stable builder (version 8.12.0) and the repository shows recent activity.
License in practice
MIT license permits unrestricted use, modification, and distribution with minimal restrictions—suitable for both open-source and commercial projects.
Quickstart
# Install with pip
python -m pip install mypy-boto3-sagemaker-runtime
# Use in code
from boto3.session import Session
from mypy_boto3_sagemaker_runtime import SageMakerRuntimeClient
client: SageMakerRuntimeClient = Session().client("sagemaker-runtime")
Requires Python 3.9 or later; boto3 itself must be installed separately for runtime use.
Verify before relying
- Whether the type stubs cover all SageMakerRuntime API operations and response shapes completely.
- Performance impact when used with PyCharm (documentation warns of potential slowness with Literal overloads).
- Whether boto3-stubs[sagemaker-runtime] is a better choice than this standalone package for most use cases.
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 — 4 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 567,414/month — #5,967 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_sagemaker_runtime-1.43.68-py3-none-any.whl
Keywords: boto3, sagemaker-runtime, boto3-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
types-aiobotocore-sagemaker-runtimeProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-boto3-sagemaker-runtimeProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-sagemakerProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-sagemaker-featurestore-runtimeProvides type annotations for boto3's SageMaker…
permissive · top 15,000 on PyPI
mypy-boto3-iottwinmakerProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-sagemaker-metricsProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-apprunnerProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-sagemaker-edgeProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-sagemaker-a2i-runtimeProvides type annotations for boto3's…
permissive · top 15,000 on PyPI