Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
What does the mlflow.register_model(model_uri=model_uri, name=model_name) function return when registering a model in the MLflow Model Registry?
mlflow.register_model(model_uri=model_uri, name=model_name)
A
The model‘s code.
B
The model‘s training history.
C
The model‘s version.
D
The model‘s metadata.
E
The model‘s details, including its name and version.