
Ultimate access to all questions.
You are a data scientist for a hotel booking website. You have trained a model using Azure Machine Learning to identify fraudulent transactions. You plan to deploy this model as an online endpoint using the Azure Machine Learning Python SDK v2 to return real-time fraud predictions based on transaction data.
You must create the scoring script for the scoring_script parameter of the CodeConfiguration class for the deployment.
What is the required function of the entry script?_
A
Register the model with appropriate tags and properties.
B
Create a Conda environment for the online endpoint compute and install the necessary Python packages.
C
Load the model and use it to predict labels from input data.
D
Start a node on the inference cluster where the model is deployed.
E
Specify the number of cores and the amount of memory required for the online endpoint compute.