skillfed

types-boto3-sagemaker-runtime

Type annotations for boto3 SageMakerRuntime 1.43.68 service generated with mypy-boto3-builder 8.12.0

types-boto3-sagemaker-runtime v1.43.68 192.1K downloads/30d#9,870 on PyPI670
Permissive license MIT Active released

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-runtime

uv

uv add types-boto3-sagemaker-runtime

poetry

poetry add types-boto3-sagemaker-runtime

Installing 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

Development Status :: 5 - Production/StableEnvironment :: ConsoleIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.9Programming Language :: Python :: Implementation :: CPythonTyping :: Stubs Only

Tags

boto3 type stubs sagemakertype annotations aws sagemaker runtimemypy boto3 sagemakerpyright boto3 stubside autocomplete sagemaker runtimeboto3 type hints sagemakerstatic type checking aws sdk
type-stubsaws-sdkstatic-typing

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

mypy-boto3-sagemaker-runtime

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

types-aiobotocore-sagemaker-runtime

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

types-boto3

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

types-boto3-ec2

Provides type annotations and IDE autocomplete…

permissive · top 5,000 on PyPI

types-boto3-firehose

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

types-boto3-full

Provides type annotations for boto3 1.43.71,…

permissive · top 5,000 on PyPI

types-boto3-bedrock-runtime

Provides type annotations for boto3's…

permissive · top 15,000 on PyPI

mypy-boto3-sagemaker

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

types-boto3-kms

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-sagemaker-featurestore-runtime

Provides type annotations for boto3's SageMaker…

permissive · top 15,000 on PyPI