You are managing an Azure Machine Learning workspace. A Python script named `script.py` reads an argument called `training_data`, which specifies the path to a training data file named `dataset1.csv`. You plan to execute `script.py` as a command job to train a machine learning model. You must provide the command to pass the dataset's file path as a parameter value when submitting the script as a training job. The proposed solution is: ```bash python script.py --training_data dataset1.csv ``` Does this solution meet the goal? | Microsoft Certified Azure Data Scientist Associate - DP-100 Quiz - LeetQuiz