LookoutEquipment module#
Index > LookoutEquipment
Auto-generated documentation for LookoutEquipment type annotations stubs module types-boto3-lookoutequipment.
How to install#
Generate locally (recommended)#
You can generate type annotations for boto3
package locally with mypy-boto3-builder
.
Use uv for build isolation.
- Run mypy-boto3-builder in your package root directory:
uvx --with 'boto3==1.36.26' mypy-boto3-builder
- Select
boto3
AWS SDK. - Add
LookoutEquipment
service. - Use provided commands to install generated packages.
VSCode extension#
Add AWS Boto3
extension to your VSCode and run AWS boto3: Quick Start
command.
Click Modify
and select boto3 common
and LookoutEquipment
.
From PyPI with pip#
Install types-boto3
for LookoutEquipment
service.
# install with boto3 type annotations
python -m pip install 'types-boto3[lookoutequipment]'
# Lite version does not provide session.client/resource overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'types-boto3-lite[lookoutequipment]'
# standalone installation
python -m pip install types-boto3-lookoutequipment
How to uninstall#
python -m pip uninstall -y types-boto3-lookoutequipment
Usage#
Code samples can be found in Examples.
LookoutEquipmentClient#
Type annotations and code completion for boto3.client("lookoutequipment")
as LookoutEquipmentClient
boto3 documentation
# LookoutEquipmentClient usage example
from boto3.session import Session
from types_boto3_lookoutequipment.client import LookoutEquipmentClient
def get_client() -> LookoutEquipmentClient:
return Session().client("lookoutequipment")
Literals#
Type annotations for literals used in methods and schema.
# AutoPromotionResultType usage example
from types_boto3_lookoutequipment.literals import AutoPromotionResultType
def get_value() -> AutoPromotionResultType:
return "MODEL_NOT_PROMOTED"
- AutoPromotionResultType
- DataUploadFrequencyType
- DatasetStatusType
- InferenceDataImportStrategyType
- InferenceExecutionStatusType
- InferenceSchedulerStatusType
- IngestionJobStatusType
- LabelRatingType
- LatestInferenceResultType
- ModelPromoteModeType
- ModelQualityType
- ModelStatusType
- ModelVersionSourceTypeType
- ModelVersionStatusType
- MonotonicityType
- RetrainingSchedulerStatusType
- StatisticalIssueStatusType
- TargetSamplingRateType
- LookoutEquipmentServiceName
- ServiceName
- ResourceServiceName
- RegionName
Type definitions#
Type annotations for type definitions used in methods and schema.
- CategoricalValuesTypeDef
- CountPercentTypeDef
- DatasetSchemaTypeDef
- TagTypeDef
- ResponseMetadataTypeDef
- TimestampTypeDef
- DataPreProcessingConfigurationTypeDef
- DuplicateTimestampsTypeDef
- InvalidSensorDataTypeDef
- MissingSensorDataTypeDef
- UnsupportedTimestampsTypeDef
- DatasetSummaryTypeDef
- DeleteDatasetRequestTypeDef
- DeleteInferenceSchedulerRequestTypeDef
- DeleteLabelGroupRequestTypeDef
- DeleteLabelRequestTypeDef
- DeleteModelRequestTypeDef
- DeleteResourcePolicyRequestTypeDef
- DeleteRetrainingSchedulerRequestTypeDef
- DescribeDataIngestionJobRequestTypeDef
- DescribeDatasetRequestTypeDef
- DescribeInferenceSchedulerRequestTypeDef
- DescribeLabelGroupRequestTypeDef
- DescribeLabelRequestTypeDef
- DescribeModelRequestTypeDef
- DescribeModelVersionRequestTypeDef
- S3ObjectTypeDef
- DescribeResourcePolicyRequestTypeDef
- DescribeRetrainingSchedulerRequestTypeDef
- InferenceEventSummaryTypeDef
- InferenceInputNameConfigurationTypeDef
- InferenceS3InputConfigurationTypeDef
- InferenceS3OutputConfigurationTypeDef
- InferenceSchedulerSummaryTypeDef
- IngestionS3InputConfigurationTypeDef
- MissingCompleteSensorDataTypeDef
- SensorsWithShortDateRangeTypeDef
- LabelGroupSummaryTypeDef
- LabelSummaryTypeDef
- LabelsS3InputConfigurationTypeDef
- LargeTimestampGapsTypeDef
- ListDataIngestionJobsRequestTypeDef
- ListDatasetsRequestTypeDef
- ListInferenceSchedulersRequestTypeDef
- ListLabelGroupsRequestTypeDef
- ModelVersionSummaryTypeDef
- ListModelsRequestTypeDef
- ListRetrainingSchedulersRequestTypeDef
- RetrainingSchedulerSummaryTypeDef
- ListSensorStatisticsRequestTypeDef
- ListTagsForResourceRequestTypeDef
- ModelDiagnosticsS3OutputConfigurationTypeDef
- MonotonicValuesTypeDef
- MultipleOperatingModesTypeDef
- PutResourcePolicyRequestTypeDef
- StartInferenceSchedulerRequestTypeDef
- StartRetrainingSchedulerRequestTypeDef
- StopInferenceSchedulerRequestTypeDef
- StopRetrainingSchedulerRequestTypeDef
- UntagResourceRequestTypeDef
- UpdateActiveModelVersionRequestTypeDef
- UpdateLabelGroupRequestTypeDef
- CreateDatasetRequestTypeDef
- CreateLabelGroupRequestTypeDef
- ImportDatasetRequestTypeDef
- TagResourceRequestTypeDef
- CreateDatasetResponseTypeDef
- CreateInferenceSchedulerResponseTypeDef
- CreateLabelGroupResponseTypeDef
- CreateLabelResponseTypeDef
- CreateModelResponseTypeDef
- CreateRetrainingSchedulerResponseTypeDef
- DescribeLabelGroupResponseTypeDef
- DescribeLabelResponseTypeDef
- DescribeResourcePolicyResponseTypeDef
- DescribeRetrainingSchedulerResponseTypeDef
- EmptyResponseMetadataTypeDef
- ImportDatasetResponseTypeDef
- ImportModelVersionResponseTypeDef
- ListTagsForResourceResponseTypeDef
- PutResourcePolicyResponseTypeDef
- StartDataIngestionJobResponseTypeDef
- StartInferenceSchedulerResponseTypeDef
- StartRetrainingSchedulerResponseTypeDef
- StopInferenceSchedulerResponseTypeDef
- StopRetrainingSchedulerResponseTypeDef
- UpdateActiveModelVersionResponseTypeDef
- CreateLabelRequestTypeDef
- CreateRetrainingSchedulerRequestTypeDef
- ListInferenceEventsRequestTypeDef
- ListInferenceExecutionsRequestTypeDef
- ListLabelsRequestTypeDef
- ListModelVersionsRequestTypeDef
- UpdateRetrainingSchedulerRequestTypeDef
- ListDatasetsResponseTypeDef
- IngestedFilesSummaryTypeDef
- ListInferenceEventsResponseTypeDef
- InferenceInputConfigurationTypeDef
- InferenceOutputConfigurationTypeDef
- ListInferenceSchedulersResponseTypeDef
- IngestionInputConfigurationTypeDef
- InsufficientSensorDataTypeDef
- ListLabelGroupsResponseTypeDef
- ListLabelsResponseTypeDef
- LabelsInputConfigurationTypeDef
- ListModelVersionsResponseTypeDef
- ListRetrainingSchedulersResponseTypeDef
- ModelDiagnosticsOutputConfigurationTypeDef
- SensorStatisticsSummaryTypeDef
- CreateInferenceSchedulerRequestTypeDef
- DescribeInferenceSchedulerResponseTypeDef
- InferenceExecutionSummaryTypeDef
- UpdateInferenceSchedulerRequestTypeDef
- DataIngestionJobSummaryTypeDef
- StartDataIngestionJobRequestTypeDef
- DataQualitySummaryTypeDef
- ImportModelVersionRequestTypeDef
- CreateModelRequestTypeDef
- DescribeModelResponseTypeDef
- DescribeModelVersionResponseTypeDef
- ModelSummaryTypeDef
- UpdateModelRequestTypeDef
- ListSensorStatisticsResponseTypeDef
- ListInferenceExecutionsResponseTypeDef
- ListDataIngestionJobsResponseTypeDef
- DescribeDataIngestionJobResponseTypeDef
- DescribeDatasetResponseTypeDef
- ListModelsResponseTypeDef