You register a file dataset named csv_folder that references a folder. The folder includes multiple comma-separated values (CSV) files in an Azure storage blob container.

You register a file dataset named csv_folder that references a folder. The folder includes multiple comma-separated values (CSV) files in an Azure storage blob container.
You plan to use the following code to run a script that loads data from the file dataset. You create and instantiate the following variables:

You have the following code:

You need to pass the dataset to ensure that the script can read the files it references.
Which code segment should you insert to replace the code comment?
A. inputs=[file_dataset.as_named_input(‘training_files’)],
B. inputs=[file_dataset.as_named_input(‘training_files’).as_mount()],
C. inputs=[file_dataset.as_named_input(‘training_files’).to_pandas_dataframe()],
D. script_params={‘–training_files’: file_dataset},

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.