Azure / Azure/MachineLearningNotebooks
Error importing PipelineComponentBatchDeployment from 'azure.ai.ml.entities'
Open
- Dominant language
- Jupyter Notebook
- Stars
- 4.4k
- Forks
- 2.6k
- PR merge metrics
- No merged PRs in 30d
Description
**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
`

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.