@Zach Kaiser I think this option is available programmatically using the REST API. Please see this page for exporting the labeled dataset in required formats.
Sample request:
POST https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/labelingJobs/testLabelingJob/exportLabels?api-version=2023-04-01-preview
{
"format": "Dataset"
}
Also, Could you add the link to the document you are referring to? Thanks!!
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.