Type annotations for aiobotocore.SageMakerRuntime 2.1.0 service generated by mypy-boto3-builder 6.4.2
Project description
mypy-boto3-sagemaker-runtime
Type annotations for boto3.SageMakerRuntime 1.20.47 service compatible with VSCode, PyCharm, Emacs, Sublime Text, mypy, pyright and other tools.
Generated by mypy-boto3-builder 6.4.2.
More information can be found on boto3-stubs page and in types-aiobotocore-sagemaker-runtime docs
See how it helps to find and fix potential bugs:
How to install
VSCode extension
Add
AWS Boto3
extension to your VSCode and run AWS boto3: Quick Start command.
Click Modify and select boto3 common and SageMakerRuntime.
From PyPI with pip
Install types-aiobotocore for SageMakerRuntime service.
python -m pip install types-aiobotocore[sagemaker-runtime]
Usage
VSCode
- Install Python extension
- Install Pylance extension
- Set
Pylanceas your Python Language Server - Install
types-aiobotocore[sagemaker-runtime]in your environment:python -m pip install 'types-aiobotocore[sagemaker-runtime]'
Both type checking and auto-complete should work for SageMakerRuntime
service. No explicit type annotations required, write your boto3 code as
usual.
PyCharm
- Install
types-aiobotocore[sagemaker-runtime]in your environment:python -m pip install 'types-aiobotocore[sagemaker-runtime]'
Both type checking and auto-complete should work for SageMakerRuntime
service. No explicit type annotations required, write your aiobotocore code
as usual. Auto-complete can be slow on big projects or if you have a lot of
installed types-aiobotocore submodules.
Other IDEs
Not tested, but as long as your IDE supports mypy or pyright, everything
should work.
mypy
- Install
mypy:python -m pip install mypy - Install
types-aiobotocore[sagemaker-runtime]in your environment:python -m pip install 'types-aiobotocore[sagemaker-runtime]' - Run
mypyas usual
Type checking should work for SageMakerRuntime service. No explicit type
annotations required, write your aiobotocore code as usual.
pyright
- Install
pyright:yarn global add pyright - Install
types-aiobotocore[sagemaker-runtime]in your environment:python -m pip install 'types-aiobotocore[sagemaker-runtime]' - Optionally, you can install
boto3-stubstotypingsfolder.
Type checking should work for SageMakerRuntime service. No explicit type
annotations required, write your aiobotocore code as usual.
Explicit type annotations
Client annotations
SageMakerRuntimeClient provides annotations for
session.create_client("sagemaker-runtime").
from aiobotocore.session import get_session
from types_aiobotocore_sagemaker_runtime import SageMakerRuntimeClient
session = get_session()
with async session.create_client("sagemaker-runtime") as client:
client: SageMakerRuntimeClient
# now client usage is checked by mypy and IDE should provide code auto-complete
Literals
types_aiobotocore_sagemaker_runtime.literals module contains literals
extracted from shapes that can be used in user code for type checking.
from types_aiobotocore_sagemaker_runtime.literals import (
ServiceName,
)
def check_value(value: ServiceName) -> bool:
...
Typed dictionaries
types_aiobotocore_sagemaker_runtime.type_defs module contains structures and
shapes assembled to typed dictionaries for additional type checking.
from types_aiobotocore_sagemaker_runtime.type_defs import (
InvokeEndpointAsyncInputRequestTypeDef,
InvokeEndpointAsyncOutputTypeDef,
InvokeEndpointInputRequestTypeDef,
InvokeEndpointOutputTypeDef,
ResponseMetadataTypeDef,
)
def get_structure() -> InvokeEndpointAsyncInputRequestTypeDef:
return {
...
}
Versioning
types-aiobotocore-sagemaker-runtime version is the same as related boto3
version and follows PEP 440
format.
Documentation
All type annotations can be found in types-aiobotocore-sagemaker-runtime docs
Support and contributing
This package is auto-generated. Please reports any bugs or request new features in mypy-boto3-builder repository.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file types-aiobotocore-sagemaker-runtime-2.1.0.tar.gz.
File metadata
- Download URL: types-aiobotocore-sagemaker-runtime-2.1.0.tar.gz
- Upload date:
- Size: 10.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd24f47e51aca8bfe6455ae813567099b379023e99da7bf157c7772d12bbc1e3
|
|
| MD5 |
1f07eb6e6f568f2e659f2b88152e24f3
|
|
| BLAKE2b-256 |
306ec38cce1344a3cec00ba41ffdc60965d9b1a032642655bb52547daabbc30c
|
File details
Details for the file types_aiobotocore_sagemaker_runtime-2.1.0-py3-none-any.whl.
File metadata
- Download URL: types_aiobotocore_sagemaker_runtime-2.1.0-py3-none-any.whl
- Upload date:
- Size: 14.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40fc0c202684eeeba036954196f53b7bcdc91568fe5581d00f6b85d80ab26db8
|
|
| MD5 |
3f4fff6f23da116bb1ecd7d6c8f448a1
|
|
| BLAKE2b-256 |
f7cf1868b3fb9a1e816a8d6e811e7e3abd84c853e620e76aedcfda658177dfee
|