Ultimate access to all questions.
You have an Azure Machine Learning workspace named Workspace1
that contains a registered MLflow model named model1
with the PyFunc flavor. You plan to deploy model1
to an online endpoint named endpoint1
without egress connectivity using the Azure Machine Learning Python SDK v2.
You have the following code:
# Code for creating a ManagedOnlineDeployment
You need to add a parameter to the ManagedOnlineDeployment
object to ensure the model deploys successfully.
Proposed Solution: Add the with_package
parameter.
Does the solution meet the goal?