Type annotations for boto3.PersonalizeRuntime 1.14.17 service, generated by mypy-boto3-buider 2.2.0
Project description
mypy-boto3-personalize-runtime
Type annotations for boto3.PersonalizeRuntime 1.14.17 service compatible with mypy, VSCode, PyCharm and other tools.
Generated by mypy-boto3-buider 2.2.0.
More information can be found on boto3-stubs page.
How to install
Make sure you have mypy installed and activated in your IDE.
Install boto3-stubs
for PersonalizeRuntime
service.
python -m pip install boto3-stubs[personalize-runtime]
How to use
Client annotations
PersonalizeRuntimeClient
provides annotations for boto3.client("personalize-runtime")
.
import boto3
from mypy_boto3_personalize_runtime import PersonalizeRuntimeClient
from mypy_boto3_personalize_runtime.type_defs import PredictedItemTypeDef, ...
client: PersonalizeRuntimeClient = boto3.client("personalize-runtime")
# now client usage is checked by mypy and IDE should provide code auto-complete
# works for session as well
session = boto3.session.Session(region="us-west-1")
session_client: PersonalizeRuntimeClient = session.client("personalize-runtime")
Typed dictionations
mypy_boto3_personalize_runtime.type_defs
module contains structures and shapes assembled
to typed dictionaries for additional type checking.
def get_structure() -> PredictedItemTypeDef:
return {
...
}
Dynamic type annotations
mypy_boto3
command generates boto3.client/resource
type annotations for
mypy_boto3_personalize_runtime
and other installed services.
# Run this command after you add or remove service packages
python -m mypy_boto3
Generated type annotations provide overloads for boto3.client
and boto3.resource
,
boto3.Session.client
and boto3.Session.resource
functions,
so explicit type annotations are not needed.
mypy
supports function overloads as expectedPyCharm
also supports function overloads, but consumes a lot of RAM, use carefully if you have many services installedVSCode
does not currently support function overloads, use explicit type annotations
# Type is discovered correctly by mypy and PyCharm
# VSCode still needs explicit type annotations
client = boto3.client("personalize-runtime")
session_client = boto3.Session().client("personalize-runtime")
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
Hashes for mypy-boto3-personalize-runtime-1.14.17.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 579955a4f02e12dcbfc7e0e230ad36a6d10f37df565306a426f9d0336f10de65 |
|
MD5 | eda422799fe1723da365c3df77d69a50 |
|
BLAKE2b-256 | 6a2f7c74324d5a21c879e3a11f20bf7ad1a3641e96b3b05ff9b59dc7501b5968 |
Hashes for mypy_boto3_personalize_runtime-1.14.17.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 907b0a03512c2e2991ba6966ca19ce1ff98e4a23a0d8a81a3330d915901edbd2 |
|
MD5 | 283c93af88df4a7724bfb7dfb7a7e958 |
|
BLAKE2b-256 | 931880215415381c0df08439343082299c4d222c630155a54e390770ca089e96 |