--- id: mypy-boto3-sagemaker version: "1.43.72" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-sagemaker — Type annotations for boto3 SageMaker 1.43.72 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 914.9K/mo ## What it is and what it does This package is a type-stub library that adds type annotations to boto3's SageMaker service. It's generated from boto3 1.43.72 and works with VSCode, PyCharm, Emacs, Sublime Text, mypy, pyright, and other type-aware tools. When installed, it enables IDE code completion and static type checking for SageMaker client calls without requiring explicit type annotations in your code. The package provides typed interfaces for SageMaker clients, paginators, waiters, and type definitions. It can be installed standalone or as part of boto3-stubs with the sagemaker extra. The documentation notes that PyCharm may experience performance issues with the full stubs due to Literal overload handling, and recommends boto3-stubs-lite as an alternative if that becomes problematic. Use it for: - Enable IDE autocompletion and type hints when writing boto3 SageMaker code in VSCode or other supported editors. - Run mypy or pyright type checking on SageMaker client code to catch type errors before runtime. - Use explicit type annotations for SageMakerClient, paginators, and waiters in production code for better code clarity. - Integrate with Emacs or Sublime Text via LSP for real-time type checking and code completion. - Reduce bugs in SageMaker API calls by catching incorrect parameters or method names at development time. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion support for boto3's SageMaker service, enabling static type checking with mypy, pyright, and other tools. Yes, if you use boto3 with SageMaker and want IDE support or static type checking. Install friction is minimal and maintenance is active. Note that PyCharm users may experience performance issues with the full stubs and should consider boto3-stubs-lite instead. No security vulnerabilities reported. ## Install pip install mypy-boto3-sagemaker uv add mypy-boto3-sagemaker poetry add mypy-boto3-sagemaker ## Installing mypy-boto3-sagemaker Before you install: Low friction installation with a single runtime dependency (typing-extensions). Actively maintained with recent releases; repository shows active development and community engagement. License in practice: MIT license permits free use, modification, and distribution with minimal restrictions, making it suitable for both open-source and commercial projects. Quickstart: pip install mypy-boto3-sagemaker from boto3.session import Session from mypy_boto3_sagemaker import SageMakerClient client: SageMakerClient = Session().client("sagemaker") Verify before relying: - Whether performance impact on PyCharm is acceptable for your codebase size (documentation notes potential slowness with Literal overloads). - Whether boto3-stubs-lite would be a better fit if you need lighter memory footprint or experience IDE performance issues. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 914.9K/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs sagemaker, type annotations aws sagemaker, mypy boto3 sagemaker, sagemaker type hints, boto3 ide autocomplete, pyright sagemaker stubs, static type checking aws, type-stubs, aws-sdk, static-typing [View on SkillFed](https://skillfed.io/packages/mypy-boto3-sagemaker) · [View on PyPI](https://pypi.org/project/mypy-boto3-sagemaker/)