--- id: types-boto3-sagemaker-runtime version: "1.43.68" license: MIT license_treatment: permissive maintenance: active --- # types-boto3-sagemaker-runtime — Type annotations for boto3 SageMakerRuntime 1.43.68 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 192.1K/mo ## 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 above — 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 pip install types-boto3-sagemaker-runtime uv add types-boto3-sagemaker-runtime 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_current - Install friction: low - Maintenance: active - Downloads: 192.1K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs sagemaker, type annotations aws sagemaker runtime, mypy boto3 sagemaker, pyright boto3 stubs, ide autocomplete sagemaker runtime, boto3 type hints sagemaker, static type checking aws sdk, type-stubs, aws-sdk, static-typing [View on SkillFed](https://skillfed.io/packages/types-boto3-sagemaker-runtime) · [View on PyPI](https://pypi.org/project/types-boto3-sagemaker-runtime/)