Skip to content

LookoutMetrics module#

Index > LookoutMetrics

Auto-generated documentation for LookoutMetrics type annotations stubs module types-aiobotocore-lookoutmetrics.

How to install#

From PyPI with pip#

Install types-aiobotocore for LookoutMetrics service.

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


# 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[lookoutmetrics]'


# standalone installation
python -m pip install types-aiobotocore-lookoutmetrics

How to uninstall#

python -m pip uninstall -y types-aiobotocore-lookoutmetrics

Usage#

Code samples can be found in Examples.

LookoutMetricsClient#

Type annotations and code completion for session.create_client("lookoutmetrics") as LookoutMetricsClient boto3 documentation

# LookoutMetricsClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_lookoutmetrics.client import LookoutMetricsClient


session = get_session()
async with session.create_client("lookoutmetrics") as client:
    client: LookoutMetricsClient

Literals#

Type annotations for literals used in methods and schema.

# AggregationFunctionType usage example

from types_aiobotocore_lookoutmetrics.literals import AggregationFunctionType

def get_value() -> AggregationFunctionType:
    return "AVG"

Type definitions#

Type annotations for type definitions used in methods and schema.