AWS prescriptive-guidance documentation change
Summary
Formatting change: Removed bold formatting from section number in markdown table
Security assessment
Formatting adjustment to input validation section header, no changes to security-related content about model input checks
Diff
diff --git a/prescriptive-guidance/latest/mlops-checklist/training.md b/prescriptive-guidance/latest/mlops-checklist/training.md index 01b440259..7098794db 100644 --- a//prescriptive-guidance/latest/mlops-checklist/training.md +++ b//prescriptive-guidance/latest/mlops-checklist/training.md @@ -11 +11 @@ Continuous training means that the ML system automatically and continuously retr -**8.1 Checks: model input validation** | Checks are in place to verify a model's input doesn't deviate from a certain standard. Input validation means running functional testing during model promotion. It also means having immediate verification of input requests, such as using assertions and enumerated types. +8.1 Checks: model input validation| Checks are in place to verify a model's input doesn't deviate from a certain standard. Input validation means running functional testing during model promotion. It also means having immediate verification of input requests, such as using assertions and enumerated types.