Exit 27 / 40

Question 27

Domain 4: Deploy and operationalize machine learning solutions

Your team has deployed a model to an Azure Managed Online Endpoint using Azure Machine Learning SDK v2. You need to invoke the endpoint using Python code and pass JSON input to it. The deployed endpoint is named 'credit-risk-endpoint', and the deployment is called 'blue'. The input data is stored in a dictionary called `input_payload`. What is the correct method to invoke the endpoint?