
Ultimate access to all questions.
You create and register a model in an Azure Machine Learning workspace. You plan to implement a batch inference pipeline using the Azure Machine Learning SDK. This pipeline will use a ParallelRunStep to score input data with the registered model. You must specify a value for the compute_target setting of the ParallelRunConfig for the pipeline step.
Which class should you use to create the required compute target?_
A
BatchCompute
B
AdlaCompute
C
AmlCompute
D
AksCompute