
Ultimate access to all questions.
What does the mlflow.register_model(model_uri=model_uri, name=model_name) function return when registering a model in the MLflow Model Registry?
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.