Skip to content

AugmentedAIRuntime module#

Index > AugmentedAIRuntime

Auto-generated documentation for AugmentedAIRuntime type annotations stubs module types-aiobotocore-sagemaker-a2i-runtime.

How to install#

From PyPI with pip#

Install types-aiobotocore for AugmentedAIRuntime service.

# install with aiobotocore type annotations
python -m pip install 'types-aiobotocore[sagemaker-a2i-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[sagemaker-a2i-runtime]'


# standalone installation
python -m pip install types-aiobotocore-sagemaker-a2i-runtime

How to uninstall#

python -m pip uninstall -y types-aiobotocore-sagemaker-a2i-runtime

Usage#

Code samples can be found in Examples.

AugmentedAIRuntimeClient#

Type annotations and code completion for session.create_client("sagemaker-a2i-runtime") as AugmentedAIRuntimeClient boto3 documentation

# AugmentedAIRuntimeClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_sagemaker_a2i_runtime.client import AugmentedAIRuntimeClient


session = get_session()
async with session.create_client("sagemaker-a2i-runtime") as client:
    client: AugmentedAIRuntimeClient

Paginators#

Type annotations and code completion for paginators from session.create_client("sagemaker-a2i-runtime").get_paginator("...").

# ListHumanLoopsPaginator usage example

from types_aiobotocore_sagemaker_a2i_runtime.paginator import ListHumanLoopsPaginator

def get_list_human_loops_paginator() -> ListHumanLoopsPaginator:
    return client.get_paginator("list_human_loops"))

Literals#

Type annotations for literals used in methods and schema.

# ContentClassifierType usage example

from types_aiobotocore_sagemaker_a2i_runtime.literals import ContentClassifierType

def get_value() -> ContentClassifierType:
    return "FreeOfAdultContent"

Type definitions#

Type annotations for type definitions used in methods and schema.