Satwik Kumar

Results 2 comments of Satwik Kumar

@Gunnvant you have not specified the deployment environment in the code. Please re-check the https://learn.microsoft.com/en-in/azure/machine-learning/how-to-deploy-online-endpoints?view=azureml-api-2&tabs=azure-cli Example: model = Model(path="../model-1/model/sklearn_regression_model.pkl") env = Environment( conda_file="../model-1/environment/conda.yaml", image="mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu20.04:latest", ) blue_deployment = ManagedOnlineDeployment( name="blue", endpoint_name=endpoint_name,...

@Gunnvant yes, for local deployment you will have to provide the environment. Good suggestion will try to follow up with the relevant PM to update the docs.