{"id":24757,"library":"types-aiobotocore-sagemaker","title":"types-aiobotocore-sagemaker","description":"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.","status":"active","version":"3.5.0","language":"python","source_language":"en","source_url":"https://github.com/youtype/mypy_boto3_builder","tags":["types","aiobotocore","sagemaker","aws","stubs"],"install":[{"cmd":"pip install types-aiobotocore-sagemaker","lang":"bash","label":"PyPI"}],"dependencies":[{"reason":"Required for type annotations in Python <3.12","package":"typing-extensions","optional":true}],"imports":[{"note":"","wrong":"","symbol":"SageMakerClient","correct":"from types_aiobotocore_sagemaker import SageMakerClient"}],"quickstart":{"code":"import aiobotocore.session\nfrom types_aiobotocore_sagemaker import SageMakerClient\n\nasync def main():\n    session = aiobotocore.session.get_session()\n    async with session.create_client('sagemaker', region_name='us-east-1') as client:\n        # client is type-checked as SageMakerClient\n        response = await client.list_models()\n        print(response)\n","lang":"python","description":"Simple example of using types-aiobotocore-sagemaker with aiobotocore."},"warnings":[{"fix":"Update mypy to >=1.0 or use pyright.","message":"PEP 561 migration in builder 8.12.0: Package now uses PEP 561 compliant packaging; ensure your type checker supports this.","severity":"breaking","affected_versions":">=3.5.0"},{"fix":"Upgrade to Python 3.9+.","message":"Python 3.8 support dropped in builder 8.12.0 (types-aiobotocore-sagemaker 3.5.0). Requires Python >=3.9.","severity":"breaking","affected_versions":">=3.5.0"},{"fix":"Install with `pip install types-aiobotocore-sagemaker` as a dev dependency; do not import at runtime.","message":"This package is a stub-only package, not a runtime dependency. It should be conditionally installed or used only for type checking.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[{"fix":"Run `pip install types-aiobotocore-sagemaker`.","cause":"Package not installed.","error":"ModuleNotFoundError: No module named 'types_aiobotocore_sagemaker'"},{"fix":"Ensure the package is installed and your type checker supports PEP 561. For mypy, install `mypy` and run `mypy --install-types`.","cause":"IDE or type checker not configured for stub packages.","error":"Cannot find reference 'SageMakerClient' in '__init__.py'"}],"ecosystem":"pypi","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}