--- id: mypy-boto3-machinelearning version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-machinelearning — Type annotations for boto3 MachineLearning 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 250.9K/mo ## What it is and what it does This package is a type-stub library that adds static type information to boto3's MachineLearning service. It is generated automatically from boto3 1.43.0 using mypy-boto3-builder 8.12.0 and works as a development-time dependency—you install it in your environment so that type checkers and IDEs can understand boto3 code, but it is not needed at runtime. When installed, it enables full IDE autocomplete, inline documentation, and static type checking for MachineLearning API calls in VSCode (with Pylance), PyCharm, Emacs, Sublime Text, and command-line tools like mypy and pyright. The package includes type annotations for clients, paginators, waiters, and service-specific type definitions, allowing you to catch type errors before runtime and write more maintainable AWS code. Use it for: - Enable IDE autocomplete and type hints when writing boto3 MachineLearning code in VSCode with Pylance or PyCharm. - Run mypy or pyright on your codebase to catch type errors in AWS API calls before deployment. - Use TYPE_CHECKING guards to include type annotations in development without adding a runtime dependency. - Reduce time spent reading AWS API documentation by relying on inline IDE hints and type signatures. - Integrate type checking into CI/CD pipelines to enforce type safety for MachineLearning service interactions. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion for boto3's MachineLearning service, enabling static type checking with mypy, pyright, and editor support in VSCode, PyCharm, Emacs, and Sublime Text. Yes. This is a lightweight, actively maintained type-stub package with no security vulnerabilities, permissive MIT licensing, and minimal install friction. Install it if you use boto3's MachineLearning service and want IDE autocomplete and static type checking. It is a development dependency only and does not affect production code. PyCharm users should monitor performance; if slowness occurs, boto3-stubs-lite is an alternative. ## Install pip install mypy-boto3-machinelearning uv add mypy-boto3-machinelearning poetry add mypy-boto3-machinelearning ## Installing mypy-boto3-machinelearning Before you install: Low install friction with a single lightweight runtime dependency (typing-extensions). Active maintenance with recent releases; last commit 2026-06-22 and release 2026-04-29 indicate ongoing support. License in practice: MIT license permits unrestricted use, modification, and distribution with minimal obligations—suitable for both open-source and commercial projects. Quickstart: # Install python -m pip install mypy-boto3-machinelearning # Use with type checking from boto3.session import Session from mypy_boto3_machinelearning import MachineLearningClient client: MachineLearningClient = Session().client("machinelearning") # IDE and mypy now provide type checking and autocomplete Requires Python 3.9 or later; boto3 1.43.0 must be installed separately for the types to be useful. Verify before relying: - Performance impact in PyCharm: the description mentions slow performance on Literal overloads (issue PY-40997) but does not quantify the severity or frequency. - Whether boto3-stubs-lite is a viable alternative for your use case if PyCharm performance becomes problematic. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 250.9K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type annotations, machinelearning type stubs, mypy boto3 support, aws sdk type hints, boto3 ide autocomplete, pyright boto3 stubs, static type checking aws, type-stubs, aws-sdk, ide-support [View on SkillFed](https://skillfed.io/packages/mypy-boto3-machinelearning) · [View on PyPI](https://pypi.org/project/mypy-boto3-machinelearning/)