@SJ Yap The labeling projects allows user to label data with instructions and then export the same as CSV, Coco file or Azure ML dataset for use. If you are planning to consume this project with Azure ML then you could export the same as Azure ML dataset.
After exporting the project this will be available as a dataset under the dataset tab, This can be consumed from the SDK by using it as any other data.
.
If you would like to consume it from the Azure machine learning designer studio you can drag and drop the dataset on studio canvas and connect the required modules to create and run an experiment. When the experiment is run successfully you can convert it to a real time inference pipeline and then deploy it as a endpoint for inference.
Basically, the labeled data could be used as input dataset in your Azure ML experiments either through the SDK or the designer studio. I hope this helps!!