Azure ML - Can not list/load registered Datasets via Python SDK

Lukas 121 Reputation points
2022-11-09T08:08:00.147+00:00

I'm quite new to Azure ML and Python. I created some datasets using both the Azure ML GUI and the Python SDK:

258627-datasets.png

Now I want to load these datasets in a Pandas Dataframe. But when I run

Dataset.get_all(workspace=workspace)

I got an empty list:

258589-command.png

Do I miss something? I'm using the version 0.2.7. of azureml and Version 1.46.0. of azureml-core.

I also tried

workspace.datasets

But also got an empty result.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
1,869 questions
{count} vote