Question 1 of 25
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 needs to use the central model registry to manage different versions of models in the application. Which action will meet this requirement with the LEAST operational overhead?
Show answer
How others answered
- C100%
Explanation
https://docs.aws.amazon.com/sagemaker/latest/dg/model-registry-models.html "Each model package in a Model Group corresponds to a trained model. The version of each model package is a numerical value that starts at 1 and is incremented with each new model package added to a Model Group. For example, if 5 model packages are added to a Model Group, the model package versions will be 1, 2, 3, 4, and 5."
Adapted from community discussion by GiorgioGss · 2024-11-27 · 8 community upvotes. Third-party contribution; reviewed by our quality filter, not independently verified.
Supporting references