You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/sagemaker/sagemaker-model-monitoring/README.md
+17-14Lines changed: 17 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,20 +13,7 @@ Available monitoring types:
13
13
* Model Bias
14
14
* Model Explainability
15
15
16
-
### Baseline Generation
17
-
18
-
The module includes an optional automated baseline generation feature that creates baseline statistics and constraints for your monitoring jobs. When you provide training data, the module will:
19
-
20
-
1. Deploy a Step Functions state machine that orchestrates baseline generation
21
-
2. Run SageMaker Processing jobs to analyze your training data
22
-
3. Generate baseline statistics and constraints files
23
-
4. Store the baseline artifacts in your specified S3 location
24
-
5. Schedule automatic baseline regeneration (default: daily at 2 AM UTC)
25
-
26
-
The baseline generation uses a Lambda function deployed as a Docker container image to handle the SageMaker SDK dependencies efficiently.
27
-
28
-
Note that updating parameters will require replacing resources. Deployments may be delayed until any
29
-
running monitoring jobs complete (and the resources can be destroyed).
16
+
The module includes an optional automated baseline generation feature that creates baseline statistics and constraints for your monitoring jobs.
30
17
31
18
### Architecture
32
19
@@ -58,6 +45,22 @@ running monitoring jobs complete (and the resources can be destroyed).
58
45
-**CloudWatch Metrics**: Some monitoring types emit metrics (e.g., data quality drift)
59
46
-**CloudWatch Alarms**: Can be configured based on emitted metrics for automated alerting
60
47
48
+
### Baseline Generation
49
+
50
+
The module includes an optional automated baseline generation feature that creates baseline statistics and constraints for your monitoring jobs.
51
+
52
+

53
+
54
+
When you provide training data, the module will:
55
+
56
+
1. Deploy a Step Functions state machine that orchestrates baseline generation
57
+
2. Run SageMaker Processing jobs to analyze your training data
58
+
3. Generate baseline statistics and constraints files
59
+
4. Store the baseline artifacts in your specified S3 location
60
+
5. Schedule automatic baseline regeneration (default: daily at 2 AM UTC)
0 commit comments