Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
What is the correct method to transition a model version to the 'Stage' stage in the MLflow Model Registry?
A
client.deploy_model_version(name=model_name, version=2, stage='Stage')
B
client.stage_model_version(name=model_name, version=2, stage='Stage')
C
client.transition_model_version_stage(name=model_name, version=2, stage='Stage')
D
client.move_model_version(name=model_name, version=2, stage='Stage')