AI-900 · Question #144
You are creating a pipeline in Azure ML Designer. You need to add a module to execute the programming code. What languages can you use for code execution in Azure ML Designer?
The correct answer is C. Python F. R. Azure ML Designer pipelines support custom code execution using specific programming languages within dedicated modules.
Question
Options
- AC++
- BJava
- CPython
- DTypeScript
- EC#
- FR
- GJavaScript
How the community answered
(21 responses)- A5% (1)
- C86% (18)
- E10% (2)
Why each option
Azure ML Designer pipelines support custom code execution using specific programming languages within dedicated modules.
C++ is not a directly supported language for custom script execution modules in Azure ML Designer pipelines.
Java is not a directly supported language for custom script execution modules in Azure ML Designer pipelines.
Azure Machine Learning Designer provides an 'Execute Python Script' module, enabling users to integrate custom Python code for data processing or model logic within their pipelines.
TypeScript is not a directly supported language for custom script execution modules in Azure ML Designer pipelines.
C# is not a directly supported language for custom script execution modules in Azure ML Designer pipelines.
Similarly, the 'Execute R Script' module allows the incorporation of custom R code, extending the functionality of an Azure ML Designer pipeline.
JavaScript is not a directly supported language for custom script execution modules in Azure ML Designer pipelines.
Concept tested: Azure ML Designer custom script language support
Source: https://learn.microsoft.com/en-us/azure/machine-learning/algorithm-module-reference/execute-python-script?view=azureml-inference-oss-sdk
Topics
Community Discussion
No community discussion yet for this question.