skillfed

types-aiobotocore-sagemaker

Type annotations for aiobotocore SageMaker 3.9.0 service generated with mypy-boto3-builder 8.12.0

types-aiobotocore-sagemaker v3.9.0 109.9K downloads/30d#12,494 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 annotations to aiobotocore's SageMaker service. It is generated automatically using mypy-boto3-builder and provides IDE autocomplete, type checking, and inline documentation for SageMaker client methods, paginators, and waiters. The stubs work with mypy, pyright, VSCode (with Pylance), PyCharm, Emacs, Sublime Text, and other tools that support Python type hints.

The package is designed as a development-time dependency: you install it in your environment to get IDE support and type checking, but it contains no runtime code and can be safely excluded from production deployments using TYPE_CHECKING guards. It depends only on typing-extensions and requires Python 3.9 or later. The documentation notes that PyCharm users may experience performance issues with the full version due to Literal overload handling and recommends the lite variant as an alternative.

Use it for:

  • Enable IDE autocomplete and type hints when writing async SageMaker code with aiobotocore in VSCode or PyCharm.
  • Catch type errors in SageMaker API calls during development using mypy or pyright static analysis.
  • Document SageMaker client method signatures and parameter types for team members using the same codebase.
  • Provide inline method documentation and parameter hints in Emacs or Sublime Text via LSP-pyright integration.
  • Validate paginator and waiter usage with explicit type annotations for SageMaker operations.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides type annotations and IDE autocomplete support for aiobotocore's SageMaker service, enabling type checking in mypy, pyright, VSCode, PyCharm, and other tools.

Yes. This is a low-friction, actively maintained type-stub package with no known vulnerabilities and permissive MIT licensing. Install it if you use aiobotocore with SageMaker and want IDE autocomplete or static type checking. It is a development-only dependency and can be safely excluded from production code. PyCharm users should monitor performance; if slow, switch to the lite variant.

Install

types-aiobotocore-sagemaker on PyPI

pip

pip install types-aiobotocore-sagemaker

uv

uv add types-aiobotocore-sagemaker

poetry

poetry add types-aiobotocore-sagemaker

Installing types-aiobotocore-sagemaker

Before you install

Low install friction; single runtime dependency on typing-extensions. Active maintenance with recent release (12 days old) and 670 repository stars. Classified as Production/Stable.

License in practice

MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal obligations.

Quickstart

# Install
python -m pip install types-aiobotocore-sagemaker

# Use with aiobotocore
from aiobotocore.session import get_session
from types_aiobotocore_sagemaker import SageMakerClient

session = get_session()
async with session.create_client("sagemaker") as client:
    client: SageMakerClient
    # Type checking and autocomplete now work

Requires aiobotocore 3.9.0 to be installed separately; type annotations are stubs-only and do not provide runtime functionality.

Verify before relying

  • Whether PyCharm performance issues with Literal overloads (PY-40997) have been resolved or if lite version remains recommended.
  • Compatibility with aiobotocore versions other than 3.9.0 and whether forward/backward compatibility is supported.

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 109,896/month — #12,494 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: types_aiobotocore_sagemaker-3.9.0-py3-none-any.whl

Keywords: aiobotocore, sagemaker, aiobotocore-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

aiobotocore sagemaker type stubstype annotations for sagemakermypy boto3 sagemakersagemaker autocomplete ideaiobotocore type hintspyright sagemaker typesboto3 sagemaker stubs
type-stubsaws-sagemakerasync-aws

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

Provides type annotations and IDE autocomplete…

permissive · top 5,000 on PyPI

types-aiobotocore-sagemaker-runtime

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore-iot

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore-translate

Provides type stubs and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore-ec2

Provides type stubs and annotations for…

permissive · top 5,000 on PyPI

types-aiobotocore-acm

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

types-aiobotocore-kinesis

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

types-aiobotocore-full

Provides complete type annotations for…

permissive · top 15,000 on PyPI

mypy-boto3-sagemaker

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

types-aiobotocore

Provides type annotations and IDE…

permissive · top 5,000 on PyPI