Questions tagged [evidently]

5 questions
1
vote
0 answers

Cloudwatch Evidently on iOS

I am trying to figure out how to retrieve Evidently feature flags in an iOS app. I did create the flag on AWS console and also an UnAuthenticated IAM Role to use with Evidently. I have so far the Cognito authentication code: // Initialize the Amazon…
vallllll
  • 2,731
  • 6
  • 43
  • 77
0
votes
0 answers

how can we create alerts for datadrift by giving threshold

how can we create alerts for data drift and data quality for some dataset by giving threshold using python. Which is better package to capture data quality and data drift? evidently, deepchecks or Y-data profiling? How can we convert RDD for large…
0
votes
1 answer

How to use CloudFormation to delete Evidently Launch?

Is it possible to delete an AWS Evidently Launch using CloudFormation? Usually removing a resource from the stack causes the resource to be deleted, but that is not happening with launches. CloudFormation AWS::Evidently::Launch - create or update…
scw
  • 5,450
  • 8
  • 36
  • 49
0
votes
0 answers

Access CloudWatch Evidently Cross-Account?

I have a cloudwatch evidently project in one account and have a lambda in another account that wants to call EvaluateFeature on the cross-account Evidently project. Is this possible? I've been using this client…
Sean O
  • 1
-1
votes
0 answers

AWS CloudWatch Evidently experiment does not record events for custom metrics

I have configured an Evidently project, with one feature and prepared an experiment, where I defined one custom metric. The problem is quite simple: I just can't get Evidently to record any events. I just can't figure out, what's wrong. By this…