You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: