skillfed

mypy-boto3-sagemaker-runtime

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

mypy-boto3-sagemaker-runtime v1.43.68 567.4K downloads/30d#5,967 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 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-runtime

uv

uv add mypy-boto3-sagemaker-runtime

poetry

poetry add mypy-boto3-sagemaker-runtime

Installing 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

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 sagemakermypy boto3 annotationssagemaker runtime type hintsboto3 ide autocompletepython aws type checkingboto3-stubs sagemakerstatic type checking aws sdk
type-stubsaws-sdkstatic-analysis

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

types-aiobotocore-sagemaker-runtime

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

types-boto3-sagemaker-runtime

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-sagemaker

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

mypy-boto3-sagemaker-featurestore-runtime

Provides type annotations for boto3's SageMaker…

permissive · top 15,000 on PyPI

mypy-boto3-iottwinmaker

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-ec2

Provides type annotations and IDE autocomplete…

permissive · top 5,000 on PyPI

mypy-boto3-sagemaker-metrics

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-apprunner

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-sagemaker-edge

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-sagemaker-a2i-runtime

Provides type annotations for boto3's…

permissive · top 15,000 on PyPI