Considerations for automating your SageMaker ML workflows
In this section, we'll review a typical ML workflow that includes the basic steps for model building and deploy activities. Understanding the key SageMaker inputs and artifacts for each step is important in building automated workflows, regardless of the automation or workflow tooling you choose to employ.
This information was covered in Chapter 8, Manage Models at Scale Using a Model Registry. Therefore, if you have not yet read that chapter it's recommended to do so prior to continuing with this chapter. We'll build on that information and cover high-level considerations and guidance for building out automated workflows and CI/CD pipelines for SageMaker workflows. We'll also briefly cover the common AWS native service options when building automated workflows and CI/CD ML pipelines.
Typical ML workflows
An ML workflow contains all the steps required to build an ML model for an ML use case, followed...