Azure / MachineLearningNotebooks

Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft
https://docs.microsoft.com/azure/machine-learning/service/
MIT License
4.07k stars 2.52k forks source link

Error importing PipelineComponentBatchDeployment from 'azure.ai.ml.entities' #1940

Open marilyndd opened 12 months ago

marilyndd commented 12 months ago

Error importing PipelineComponentBatchDeployment from 'azure.ai.ml.entities'. Was this class name changed?

from azure.ai.ml import MLClient, Input from azure.ai.ml import load_component from azure.ai.ml.entities import ( BatchEndpoint, PipelineComponentBatchDeployment, AmlCompute, ) from azure.ai.ml.constants import AssetTypes from azure.identity import DefaultAzureCredential tempsnip