
Ultimate access to all questions.
You are working with an MLflow model in an Azure Machine Learning workspace and training it interactively in a notebook. You need to log artifacts of the experiments that are of a dictionary type.
Which syntax should you use?
A
mlflow.log_input(my_dict)
B
mlflow.log_metric("my_metric", my_dict)_
C
mlflow.log_metrics(my_dict)
D
mlflow.log_text("my_metric", my_dict)_