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