Machine Learning services package accessing from cloud notebook

KunHock Koo 0 Reputation points
2024-04-04T07:47:08.7366667+00:00

Is azure-mgmt-machinelearningservices package available on azure cloud notebook? I tried to import image instance segmentation class by Import from azure.mgmt.machinelearngseevices imageinstancesegmentation but failed

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,574 questions
{count} votes

1 answer

Sort by: Most helpful
  1. santoshkc 4,425 Reputation points Microsoft Vendor
    2024-04-04T09:59:01.55+00:00

    Hi @KunHock Koo,

    Thank you for reaching out to Microsoft Q&A forum!

    Yes, the azure-mgmt-machinelearningservices package is available on Azure Cloud Notebook. However, the import statement you provided seems to have a typo in the package name. It should be azure.mgmt.machinelearningservices instead of azure.mgmt.machinelearngseevices.

    For more information on using the ImageInstanceSegmentation class, you can refer to the Azure documentation here.

    I hope this helps! Thank you.

    1 person found this answer helpful.
    0 comments No comments