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 schemas.
# 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
Typed dictionaries#
Type annotations for typed dictionaries used in methods and schema.
# EvaluationRequestTypeDef usage example
from mypy_boto3_evidently.type_defs import EvaluationRequestTypeDef
def get_value() -> EvaluationRequestTypeDef:
return {
"entityId": ...,
"feature": ...,
}
- EvaluationRequestTypeDef
- CloudWatchLogsDestinationConfigTypeDef
- CloudWatchLogsDestinationTypeDef
- OnlineAbConfigTypeDef
- TreatmentConfigTypeDef
- LaunchGroupConfigTypeDef
- ProjectAppConfigResourceConfigTypeDef
- CreateSegmentRequestRequestTypeDef
- SegmentTypeDef
- DeleteExperimentRequestRequestTypeDef
- DeleteFeatureRequestRequestTypeDef
- DeleteLaunchRequestRequestTypeDef
- DeleteProjectRequestRequestTypeDef
- DeleteSegmentRequestRequestTypeDef
- EvaluateFeatureRequestRequestTypeDef
- VariableValueTypeDef
- EvaluationRuleTypeDef
- EventTypeDef
- ExperimentExecutionTypeDef
- ExperimentReportTypeDef
- ExperimentResultsDataTypeDef
- ExperimentScheduleTypeDef
- OnlineAbDefinitionTypeDef
- TreatmentTypeDef
- GetExperimentRequestRequestTypeDef
- GetExperimentResultsRequestRequestTypeDef
- GetFeatureRequestRequestTypeDef
- GetLaunchRequestRequestTypeDef
- GetProjectRequestRequestTypeDef
- GetSegmentRequestRequestTypeDef
- LaunchExecutionTypeDef
- LaunchGroupTypeDef
- ListExperimentsRequestListExperimentsPaginateTypeDef
- ListExperimentsRequestRequestTypeDef
- ListFeaturesRequestListFeaturesPaginateTypeDef
- ListFeaturesRequestRequestTypeDef
- ListLaunchesRequestListLaunchesPaginateTypeDef
- ListLaunchesRequestRequestTypeDef
- ListProjectsRequestListProjectsPaginateTypeDef
- ListProjectsRequestRequestTypeDef
- ProjectSummaryTypeDef
- ListSegmentReferencesRequestListSegmentReferencesPaginateTypeDef
- ListSegmentReferencesRequestRequestTypeDef
- RefResourceTypeDef
- ListSegmentsRequestListSegmentsPaginateTypeDef
- ListSegmentsRequestRequestTypeDef
- ListTagsForResourceRequestRequestTypeDef
- ListTagsForResourceResponseTypeDef
- MetricDefinitionConfigTypeDef
- MetricDefinitionTypeDef
- PaginatorConfigTypeDef
- ProjectAppConfigResourceTypeDef
- S3DestinationConfigTypeDef
- S3DestinationTypeDef
- PutProjectEventsResultEntryTypeDef
- ResponseMetadataTypeDef
- SegmentOverrideTypeDef
- StartExperimentRequestRequestTypeDef
- StartExperimentResponseTypeDef
- StartLaunchRequestRequestTypeDef
- StopExperimentRequestRequestTypeDef
- StopExperimentResponseTypeDef
- StopLaunchRequestRequestTypeDef
- StopLaunchResponseTypeDef
- TagResourceRequestRequestTypeDef
- TestSegmentPatternRequestRequestTypeDef
- TestSegmentPatternResponseTypeDef
- UntagResourceRequestRequestTypeDef
- BatchEvaluateFeatureRequestRequestTypeDef
- UpdateProjectRequestRequestTypeDef
- CreateSegmentResponseTypeDef
- GetSegmentResponseTypeDef
- ListSegmentsResponseTypeDef
- EvaluateFeatureResponseTypeDef
- EvaluationResultTypeDef
- VariationConfigTypeDef
- VariationTypeDef
- FeatureSummaryTypeDef
- PutProjectEventsRequestRequestTypeDef
- GetExperimentResultsResponseTypeDef
- ListProjectsResponseTypeDef
- ListSegmentReferencesResponseTypeDef
- MetricGoalConfigTypeDef
- MetricMonitorConfigTypeDef
- MetricGoalTypeDef
- MetricMonitorTypeDef
- ProjectDataDeliveryConfigTypeDef
- UpdateProjectDataDeliveryRequestRequestTypeDef
- ProjectDataDeliveryTypeDef
- PutProjectEventsResponseTypeDef
- ScheduledSplitConfigTypeDef
- ScheduledSplitTypeDef
- BatchEvaluateFeatureResponseTypeDef
- CreateFeatureRequestRequestTypeDef
- UpdateFeatureRequestRequestTypeDef
- FeatureTypeDef
- ListFeaturesResponseTypeDef
- CreateExperimentRequestRequestTypeDef
- UpdateExperimentRequestRequestTypeDef
- ExperimentTypeDef
- CreateProjectRequestRequestTypeDef
- ProjectTypeDef
- ScheduledSplitsLaunchConfigTypeDef
- ScheduledSplitsLaunchDefinitionTypeDef
- CreateFeatureResponseTypeDef
- GetFeatureResponseTypeDef
- UpdateFeatureResponseTypeDef
- CreateExperimentResponseTypeDef
- GetExperimentResponseTypeDef
- ListExperimentsResponseTypeDef
- UpdateExperimentResponseTypeDef
- CreateProjectResponseTypeDef
- GetProjectResponseTypeDef
- UpdateProjectDataDeliveryResponseTypeDef
- UpdateProjectResponseTypeDef
- CreateLaunchRequestRequestTypeDef
- UpdateLaunchRequestRequestTypeDef
- LaunchTypeDef
- CreateLaunchResponseTypeDef
- GetLaunchResponseTypeDef
- ListLaunchesResponseTypeDef
- StartLaunchResponseTypeDef
- UpdateLaunchResponseTypeDef