types-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 for boto3's SageMakerRuntime service. It is generated from boto3 1.43.68 using mypy-boto3-builder 8.12.0 and works with type checkers (mypy, pyright) and IDEs (VSCode, PyCharm, Emacs, Sublime Text) to provide autocomplete and catch type errors at development time rather than runtime.
When installed, it enables your editor and type checker to understand the shape and methods of SageMakerRuntime clients without requiring explicit type annotations in your code. It is a stub-only package—it contains no runtime logic, only type metadata—so it can be safely imported only during type checking (via TYPE_CHECKING guards) to avoid adding a production dependency.
Use it for:
- Enable IDE autocomplete and inline documentation for SageMakerRuntime API calls in VSCode or PyCharm.
- Catch type errors in boto3 SageMakerRuntime usage before deployment using mypy or pyright in CI/CD.
- Provide explicit type annotations for SageMakerRuntimeClient in codebases that enforce strict typing.
- Support Pylint and other linters by defining types that prevent false 'undefined variable' warnings.
- Use in TYPE_CHECKING blocks to gain type safety without adding a runtime dependency to production builds.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocompletion support for boto3's SageMakerRuntime service, enabling static type checking with mypy, pyright, and editor integrations.
Yes. If you use boto3's SageMakerRuntime service and want type safety and IDE support, this is a low-friction, actively maintained, and permissively licensed choice. Install it in your development environment or as a dev-only dependency. Note: PyCharm users may experience performance issues with Literal overloads; consider the lite variant if that becomes a problem.
Install
types-boto3-sagemaker-runtime on PyPI
pip
pip install types-boto3-sagemaker-runtimeuv
uv add types-boto3-sagemaker-runtimepoetry
poetry add types-boto3-sagemaker-runtimeInstalling types-boto3-sagemaker-runtime
Before you install
Low friction install with a single lightweight dependency (typing-extensions). Active maintenance—last release 4 days ago, repository updated 2026-06-22, and 670 GitHub stars indicate steady community use.
License in practice
MIT license permits unrestricted use, modification, and distribution in both open and closed projects with minimal obligations.
Quickstart
pip install types-boto3-sagemaker-runtime
from boto3.session import Session
from types_boto3_sagemaker_runtime import SageMakerRuntimeClient
client: SageMakerRuntimeClient = Session().client("sagemaker-runtime")
Requires Python 3.9 or later; boto3 must be installed separately in your environment.
Verify before relying
- Whether performance impact on PyCharm is acceptable for your codebase size (documentation notes potential slowness with Literal overloads).
- Whether the lite variant (types-boto3-lite) would be more suitable for your IDE and RAM constraints.
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 | 192,097/month — #9,870 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: types_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
mypy-boto3-sagemaker-runtimeProvides type annotations and IDE…
permissive · top 15,000 on PyPI
types-aiobotocore-sagemaker-runtimeProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-boto3Provides type annotations and IDE…
permissive · top 5,000 on PyPI
types-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
types-boto3-firehoseProvides type annotations and IDE…
permissive · top 15,000 on PyPI
types-boto3-fullProvides type annotations for boto3 1.43.71,…
permissive · top 5,000 on PyPI
types-boto3-bedrock-runtimeProvides type annotations for boto3's…
permissive · top 15,000 on PyPI
mypy-boto3-sagemakerProvides type annotations and IDE…
permissive · top 5,000 on PyPI
types-boto3-kmsProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-sagemaker-featurestore-runtimeProvides type annotations for boto3's SageMaker…
permissive · top 15,000 on PyPI