Featurizer helpers and inference serialization broke twice last quarter and were only caught in production. The Build stage has no unit-test step. What should the CI stage add?
Select an answer to reveal the explanation.
Short Explanation
Featurizer helpers and inference serialization broke twice and were only caught in production. Add unit tests in CodeBuild for the ML code paths. They are not a substitute for a staging invoke, and a production-only catch is the failure they just had.
Full Explanation
Add unit tests to the CI/CD pipeline in CodeBuild for ML code paths. They are not a substitute for a staging invoke, and a production-only catch is the failure they just had. Translate is not a unit-test step.