Skip to content

PersonalizeRuntime module#

Index > PersonalizeRuntime

Auto-generated documentation for PersonalizeRuntime type annotations stubs module types-aiobotocore-personalize-runtime.

How to install#

From PyPI with pip#

Install types-aiobotocore for PersonalizeRuntime service.

# install with aiobotocore type annotations
python -m pip install 'types-aiobotocore[personalize-runtime]'


# Lite version does not provide session.client/resource overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'types-aiobotocore-lite[personalize-runtime]'


# standalone installation
python -m pip install types-aiobotocore-personalize-runtime

How to uninstall#

python -m pip uninstall -y types-aiobotocore-personalize-runtime

Usage#

Code samples can be found in Examples.

PersonalizeRuntimeClient#

Type annotations and code completion for session.create_client("personalize-runtime") as PersonalizeRuntimeClient boto3 documentation

# PersonalizeRuntimeClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_personalize_runtime.client import PersonalizeRuntimeClient


session = get_session()
async with session.create_client("personalize-runtime") as client:
    client: PersonalizeRuntimeClient

Literals#

Type annotations for literals used in methods and schema.

# PersonalizeRuntimeServiceName usage example

from types_aiobotocore_personalize_runtime.literals import PersonalizeRuntimeServiceName

def get_value() -> PersonalizeRuntimeServiceName:
    return "personalize-runtime"

Type definitions#

Type annotations for type definitions used in methods and schema.