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

PipelineEndpoint List is not retrieving all pipeline endpoints #1924

Open Ste29 opened 1 year ago

Ste29 commented 1 year ago

When i execute the PipelineEndpoint.list(ws) method, from class PublishedPipeline, the API retrieves just the first 100 endpoints and not the full list, despite the documentation states that it sould retrieve all the pipelines. In particular, I cite the documentation:

Get all published pipelines in the current workspace

I'm running Python 3.8 and my package version is: azureml-pipeline-core==1.52.0

Is there any hidden parameter that i should specify to get the further 100 pipelines or it is a bug? Despite the reason, is there any way I can retrieve all the pipelines?

Thank you Stefano


Dettagli del documento

Non modificare questa sezione. È necessaria per i collegamenti relativi ai problemi tra learn.microsoft.com ➟ GitHub.