CloudWatchEvidently module#
Index > CloudWatchEvidently
Auto-generated documentation for CloudWatchEvidently type annotations stubs module mypy-boto3-evidently.
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 CloudWatchEvidently
.
From PyPI with pip#
Install boto3-stubs
for CloudWatchEvidently
service.
# install with boto3 type annotations
python -m pip install 'boto3-stubs[evidently]'
# 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[evidently]'
# standalone installation
python -m pip install mypy-boto3-evidently
How to uninstall#
python -m pip uninstall -y mypy-boto3-evidently
Usage#
Code samples can be found in Examples.
CloudWatchEvidentlyClient#
Type annotations and code completion for boto3.client("evidently")
as CloudWatchEvidentlyClient
boto3 documentation
# CloudWatchEvidentlyClient usage example
from boto3.session import Session
from mypy_boto3_evidently.client import CloudWatchEvidentlyClient
def get_client() -> CloudWatchEvidentlyClient:
return Session().client("evidently")
Paginators#
Type annotations and code completion for paginators
from boto3.client("evidently").get_paginator("...")
.
# ListExperimentsPaginator usage example
from boto3.session import Session
from mypy_boto3_evidently.paginator import ListExperimentsPaginator
def get_list_experiments_paginator() -> ListExperimentsPaginator:
return Session().client("evidently").get_paginator("list_experiments"))
- ListExperimentsPaginator
- ListFeaturesPaginator
- ListLaunchesPaginator
- ListProjectsPaginator
- ListSegmentReferencesPaginator
- ListSegmentsPaginator
Literals#
Type annotations for literals used in methods and schema.
# ChangeDirectionEnumType usage example
from mypy_boto3_evidently.literals import ChangeDirectionEnumType
def get_value() -> ChangeDirectionEnumType:
return "DECREASE"
- ChangeDirectionEnumType
- EventTypeType
- ExperimentBaseStatType
- ExperimentReportNameType
- ExperimentResultRequestTypeType
- ExperimentResultResponseTypeType
- ExperimentStatusType
- ExperimentStopDesiredStateType
- ExperimentTypeType
- FeatureEvaluationStrategyType
- FeatureStatusType
- LaunchStatusType
- LaunchStopDesiredStateType
- LaunchTypeType
- ListExperimentsPaginatorName
- ListFeaturesPaginatorName
- ListLaunchesPaginatorName
- ListProjectsPaginatorName
- ListSegmentReferencesPaginatorName
- ListSegmentsPaginatorName
- ProjectStatusType
- SegmentReferenceResourceTypeType
- VariationValueTypeType
- CloudWatchEvidentlyServiceName
- ServiceName
- ResourceServiceName
- PaginatorName
- RegionName
Type definitions#
Type annotations for type definitions used in methods and schema.
- EvaluationRequestTypeDef
- ResponseMetadataTypeDef
- CloudWatchLogsDestinationConfigTypeDef
- CloudWatchLogsDestinationTypeDef
- OnlineAbConfigTypeDef
- TreatmentConfigTypeDef
- LaunchGroupConfigTypeDef
- ProjectAppConfigResourceConfigTypeDef
- CreateSegmentRequestRequestTypeDef
- SegmentTypeDef
- DeleteExperimentRequestRequestTypeDef
- DeleteFeatureRequestRequestTypeDef
- DeleteLaunchRequestRequestTypeDef
- DeleteProjectRequestRequestTypeDef
- DeleteSegmentRequestRequestTypeDef
- EvaluateFeatureRequestRequestTypeDef
- VariableValueTypeDef
- EvaluationRuleTypeDef
- TimestampTypeDef
- ExperimentExecutionTypeDef
- ExperimentReportTypeDef
- ExperimentResultsDataTypeDef
- ExperimentScheduleTypeDef
- OnlineAbDefinitionTypeDef
- TreatmentTypeDef
- GetExperimentRequestRequestTypeDef
- GetFeatureRequestRequestTypeDef
- GetLaunchRequestRequestTypeDef
- GetProjectRequestRequestTypeDef
- GetSegmentRequestRequestTypeDef
- LaunchExecutionTypeDef
- LaunchGroupTypeDef
- PaginatorConfigTypeDef
- ListExperimentsRequestRequestTypeDef
- ListFeaturesRequestRequestTypeDef
- ListLaunchesRequestRequestTypeDef
- ListProjectsRequestRequestTypeDef
- ProjectSummaryTypeDef
- ListSegmentReferencesRequestRequestTypeDef
- RefResourceTypeDef
- ListSegmentsRequestRequestTypeDef
- ListTagsForResourceRequestRequestTypeDef
- MetricDefinitionConfigTypeDef
- MetricDefinitionTypeDef
- ProjectAppConfigResourceTypeDef
- S3DestinationConfigTypeDef
- S3DestinationTypeDef
- PutProjectEventsResultEntryTypeDef
- SegmentOverrideOutputTypeDef
- SegmentOverrideTypeDef
- StartLaunchRequestRequestTypeDef
- StopExperimentRequestRequestTypeDef
- StopLaunchRequestRequestTypeDef
- TagResourceRequestRequestTypeDef
- TestSegmentPatternRequestRequestTypeDef
- UntagResourceRequestRequestTypeDef
- BatchEvaluateFeatureRequestRequestTypeDef
- ListTagsForResourceResponseTypeDef
- StartExperimentResponseTypeDef
- StopExperimentResponseTypeDef
- StopLaunchResponseTypeDef
- TestSegmentPatternResponseTypeDef
- UpdateProjectRequestRequestTypeDef
- CreateSegmentResponseTypeDef
- GetSegmentResponseTypeDef
- ListSegmentsResponseTypeDef
- EvaluateFeatureResponseTypeDef
- EvaluationResultTypeDef
- VariationConfigTypeDef
- VariationTypeDef
- FeatureSummaryTypeDef
- EventTypeDef
- GetExperimentResultsRequestRequestTypeDef
- StartExperimentRequestRequestTypeDef
- GetExperimentResultsResponseTypeDef
- ListExperimentsRequestListExperimentsPaginateTypeDef
- ListFeaturesRequestListFeaturesPaginateTypeDef
- ListLaunchesRequestListLaunchesPaginateTypeDef
- ListProjectsRequestListProjectsPaginateTypeDef
- ListSegmentReferencesRequestListSegmentReferencesPaginateTypeDef
- ListSegmentsRequestListSegmentsPaginateTypeDef
- ListProjectsResponseTypeDef
- ListSegmentReferencesResponseTypeDef
- MetricGoalConfigTypeDef
- MetricMonitorConfigTypeDef
- MetricGoalTypeDef
- MetricMonitorTypeDef
- ProjectDataDeliveryConfigTypeDef
- UpdateProjectDataDeliveryRequestRequestTypeDef
- ProjectDataDeliveryTypeDef
- PutProjectEventsResponseTypeDef
- ScheduledSplitTypeDef
- SegmentOverrideUnionTypeDef
- BatchEvaluateFeatureResponseTypeDef
- CreateFeatureRequestRequestTypeDef
- UpdateFeatureRequestRequestTypeDef
- FeatureTypeDef
- ListFeaturesResponseTypeDef
- PutProjectEventsRequestRequestTypeDef
- CreateExperimentRequestRequestTypeDef
- UpdateExperimentRequestRequestTypeDef
- ExperimentTypeDef
- CreateProjectRequestRequestTypeDef
- ProjectTypeDef
- ScheduledSplitsLaunchDefinitionTypeDef
- ScheduledSplitConfigTypeDef
- CreateFeatureResponseTypeDef
- GetFeatureResponseTypeDef
- UpdateFeatureResponseTypeDef
- CreateExperimentResponseTypeDef
- GetExperimentResponseTypeDef
- ListExperimentsResponseTypeDef
- UpdateExperimentResponseTypeDef
- CreateProjectResponseTypeDef
- GetProjectResponseTypeDef
- UpdateProjectDataDeliveryResponseTypeDef
- UpdateProjectResponseTypeDef
- LaunchTypeDef
- ScheduledSplitsLaunchConfigTypeDef
- CreateLaunchResponseTypeDef
- GetLaunchResponseTypeDef
- ListLaunchesResponseTypeDef
- StartLaunchResponseTypeDef
- UpdateLaunchResponseTypeDef
- CreateLaunchRequestRequestTypeDef
- UpdateLaunchRequestRequestTypeDef