LookoutMetrics module#
Index > LookoutMetrics
Auto-generated documentation for LookoutMetrics type annotations stubs module mypy-boto3-lookoutmetrics.
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 LookoutMetrics
.
From PyPI with pip#
Install boto3-stubs
for LookoutMetrics
service.
# install with boto3 type annotations
python -m pip install 'boto3-stubs[lookoutmetrics]'
# Lite version does not provide session.client/resource overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'boto3-stubs-lite[lookoutmetrics]'
# standalone installation
python -m pip install mypy-boto3-lookoutmetrics
How to uninstall#
python -m pip uninstall -y mypy-boto3-lookoutmetrics
Usage#
Code samples can be found in Examples.
LookoutMetricsClient#
Type annotations and code completion for boto3.client("lookoutmetrics")
as LookoutMetricsClient
boto3 documentation
# LookoutMetricsClient usage example
from boto3.session import Session
from mypy_boto3_lookoutmetrics.client import LookoutMetricsClient
def get_client() -> LookoutMetricsClient:
return Session().client("lookoutmetrics")
Literals#
Type annotations for literals used in methods and schemas.
# AggregationFunctionType usage example
from mypy_boto3_lookoutmetrics.literals import AggregationFunctionType
def get_value() -> AggregationFunctionType:
return "AVG"
- AggregationFunctionType
- AlertStatusType
- AlertTypeType
- AnomalyDetectionTaskStatusType
- AnomalyDetectorFailureTypeType
- AnomalyDetectorStatusType
- CSVFileCompressionType
- ConfidenceType
- DataQualityMetricTypeType
- FilterOperationType
- FrequencyType
- JsonFileCompressionType
- RelationshipTypeType
- SnsFormatType
- LookoutMetricsServiceName
- ServiceName
- ResourceServiceName
- RegionName
Typed dictionaries#
Type annotations for typed dictionaries used in methods and schema.
# LambdaConfigurationTypeDef usage example
from mypy_boto3_lookoutmetrics.type_defs import LambdaConfigurationTypeDef
def get_value() -> LambdaConfigurationTypeDef:
return {
"RoleArn": ...,
"LambdaArn": ...,
}
- LambdaConfigurationTypeDef
- SNSConfigurationTypeDef
- ActivateAnomalyDetectorRequestRequestTypeDef
- DimensionFilterTypeDef
- AlertSummaryTypeDef
- AnomalyDetectorConfigSummaryTypeDef
- AnomalyDetectorConfigTypeDef
- AnomalyDetectorSummaryTypeDef
- ItemizedMetricStatsTypeDef
- AnomalyGroupSummaryTypeDef
- AnomalyGroupTimeSeriesFeedbackTypeDef
- AnomalyGroupTimeSeriesTypeDef
- AppFlowConfigTypeDef
- BackTestConfigurationTypeDef
- AttributeValueTypeDef
- AutoDetectionS3SourceConfigTypeDef
- BackTestAnomalyDetectorRequestRequestTypeDef
- CreateAlertResponseTypeDef
- CreateAnomalyDetectorResponseTypeDef
- MetricTypeDef
- TimestampColumnTypeDef
- CreateMetricSetResponseTypeDef
- CsvFormatDescriptorTypeDef
- DataQualityMetricTypeDef
- DeactivateAnomalyDetectorRequestRequestTypeDef
- DeleteAlertRequestRequestTypeDef
- DeleteAnomalyDetectorRequestRequestTypeDef
- DescribeAlertRequestRequestTypeDef
- DescribeAnomalyDetectionExecutionsRequestRequestTypeDef
- ExecutionStatusTypeDef
- DescribeAnomalyDetectorRequestRequestTypeDef
- DescribeMetricSetRequestRequestTypeDef
- DimensionValueContributionTypeDef
- DimensionNameValueTypeDef
- JsonFormatDescriptorTypeDef
- FilterTypeDef
- GetAnomalyGroupRequestRequestTypeDef
- GetDataQualityMetricsRequestRequestTypeDef
- TimeSeriesFeedbackTypeDef
- GetSampleDataResponseTypeDef
- InterMetricImpactDetailsTypeDef
- ListAlertsRequestRequestTypeDef
- ListAnomalyDetectorsRequestRequestTypeDef
- ListAnomalyGroupRelatedMetricsRequestRequestTypeDef
- ListAnomalyGroupSummariesRequestRequestTypeDef
- ListAnomalyGroupTimeSeriesRequestRequestTypeDef
- ListMetricSetsRequestRequestTypeDef
- MetricSetSummaryTypeDef
- ListTagsForResourceRequestRequestTypeDef
- ListTagsForResourceResponseTypeDef
- VpcConfigurationTypeDef
- ResponseMetadataTypeDef
- TagResourceRequestRequestTypeDef
- UntagResourceRequestRequestTypeDef
- UpdateAlertResponseTypeDef
- UpdateAnomalyDetectorResponseTypeDef
- UpdateMetricSetResponseTypeDef
- ActionTypeDef
- AlertFiltersTypeDef
- ListAlertsResponseTypeDef
- DescribeAnomalyDetectorResponseTypeDef
- CreateAnomalyDetectorRequestRequestTypeDef
- UpdateAnomalyDetectorRequestRequestTypeDef
- ListAnomalyDetectorsResponseTypeDef
- AnomalyGroupStatisticsTypeDef
- PutFeedbackRequestRequestTypeDef
- GetFeedbackRequestRequestTypeDef
- AthenaSourceConfigTypeDef
- CloudWatchConfigTypeDef
- DetectedFieldTypeDef
- AutoDetectionMetricSourceTypeDef
- MetricSetDataQualityMetricTypeDef
- DescribeAnomalyDetectionExecutionsResponseTypeDef
- DimensionContributionTypeDef
- TimeSeriesTypeDef
- FileFormatDescriptorTypeDef
- MetricSetDimensionFilterTypeDef
- GetFeedbackResponseTypeDef
- ListAnomalyGroupRelatedMetricsResponseTypeDef
- ListMetricSetsResponseTypeDef
- RDSSourceConfigTypeDef
- RedshiftSourceConfigTypeDef
- AlertTypeDef
- CreateAlertRequestRequestTypeDef
- UpdateAlertRequestRequestTypeDef
- ListAnomalyGroupSummariesResponseTypeDef
- DetectedCsvFormatDescriptorTypeDef
- DetectedJsonFormatDescriptorTypeDef
- DetectMetricSetConfigRequestRequestTypeDef
- AnomalyDetectorDataQualityMetricTypeDef
- ContributionMatrixTypeDef
- ListAnomalyGroupTimeSeriesResponseTypeDef
- S3SourceConfigTypeDef
- SampleDataS3SourceConfigTypeDef
- DescribeAlertResponseTypeDef
- DetectedFileFormatDescriptorTypeDef
- GetDataQualityMetricsResponseTypeDef
- MetricLevelImpactTypeDef
- MetricSourceTypeDef
- GetSampleDataRequestRequestTypeDef
- DetectedS3SourceConfigTypeDef
- AnomalyGroupTypeDef
- CreateMetricSetRequestRequestTypeDef
- DescribeMetricSetResponseTypeDef
- UpdateMetricSetRequestRequestTypeDef
- DetectedMetricSourceTypeDef
- GetAnomalyGroupResponseTypeDef
- DetectedMetricSetConfigTypeDef
- DetectMetricSetConfigResponseTypeDef