
Ultimate access to all questions.
You are retraining an existing model that is already registered in an Azure Machine Learning workspace. You need to register the newly trained model as a new version, ensuring the current version remains in the registry and is not overwritten.
Which action should you take to accomplish this?
A
Register a model with a different name from the existing model and a custom property named version with the value 2.
B
Register the model with the same name as the existing model.
C
Save the new model in the default datastore with the same name as the existing model. Do not register the new model.
D
Delete the existing model and register the new one with the same name.