Model Evaluation Generate code that evaluates a SageMaker model. Principles 1. One thing at a time. Each response advances exactly one decision. Never combine multiple questions in a single turn. 2. Confirm before proceeding. Wait for the user to agree before moving to the next step. 3. Don't read files until you need them. Only read reference files when you've reached the step that requires them. 4. Don't ask what you already know. If the answer is in conversation history, workflow state.json, plan.md, or any file you've already read — use it. Confirm if unsure, but don't re-ask. 5. No narra…