Case Study
A company is building a web-based AI application by using Amazon SageMaker. The application will provide the following capabilities and features: ML experimentation, training, a central model registry, model deployment, and model monitoring.
The application must ensure secure and isolated use of training data during the ML lifecycle. The training data is stored in Amazon S3.
The company must implement a manual approval-based workflow to ensure that only approved models can be deployed to production endpoints.
Which solution will meet this requirement?
- Use SageMaker Experiments to facilitate the approval process during model registration.
- Use SageMaker ML Lineage Tracking on the central model registry. Create tracking entities for the approval process.
- Use SageMaker Model Monitor to evaluate the performance of the model and to manage the approval.
- Use SageMaker Pipelines. When a model version is registered, use the AWS SDK to change the approval status to "Approved."
Reveal Solution Next Question