Registry / type-stubs / types-aiobotocore-sagemaker

types-aiobotocore-sagemaker

JSON →
library3.7.0pypypiunverified

Type annotations for aiobotocore SageMaker 3.5.0 service generated with mypy-boto3-builder 8.12.0. Provides static type checking support for SageMaker operations using aiobotocore. Current version 3.5.0. Released as needed with aiobotocore updates.

pip install types-aiobotocore-sagemaker
INSTALL
IMPORT
SIG · TYPES-AIOBOTOCORE-
T
types-aiobotocore-sagemaker
type-stubspythonv3.7.0
Install
1.8s avg
Import
Disk
19MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v3.7.0 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 21.2MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 1.8s · import 0.000s · 22MB
19MB installed
● package 19MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SageMakerClient
from types_aiobotocore_sagemaker import SageMakerClient
from types_aiobotocore_sagemaker import SageMakerClient

Simple example of using types-aiobotocore-sagemaker with aiobotocore.

import aiobotocore.session from types_aiobotocore_sagemaker import SageMakerClient async def main(): session = aiobotocore.session.get_session() async with session.create_client('sagemaker', region_name='us-east-1') as client: # client is type-checked as SageMakerClient response = await client.list_models() print(response)
Debug
Known issues
breakingPEP 561 migration in builder 8.12.0: Package now uses PEP 561 compliant packaging; ensure your type checker supports this.
fix
Update mypy to >=1.0 or use pyright.
affects: >=3.5.0
breakingPython 3.8 support dropped in builder 8.12.0 (types-aiobotocore-sagemaker 3.5.0). Requires Python >=3.9.
fix
Upgrade to Python 3.9+.
affects: >=3.5.0
gotchaThis package is a stub-only package, not a runtime dependency. It should be conditionally installed or used only for type checking.
fix
Install with `pip install types-aiobotocore-sagemaker` as a dev dependency; do not import at runtime.
affects: all
Upgrade
Version history
3.7.0latest on PyPI · released May 10, 2026
Audit
Dependencies
typing-extensionsoptionalRequired for type annotations in Python <3.12
Agent activity
47 hits · last 30 days
node
41
OpenAI (training)
1
Resources
types-aiobotocore-sagemaker — pip install types-aiobotocore-sagemaker · libregistry