Azure AI - Language Studio – Data Labeling – Auto-label with GPT option - Failed job - Missing error details

Octavian Mocanu 20 Reputation points
2024-10-25T16:17:35.5833333+00:00

I want to create a capability to identify some custom business text value from files using Azure AI.

So I created a project in Azure AI - Language Studio and uploaded my files into an Azure Storage Account Container.

The wizard started with data labeling (I have no label data file).

I tried to use auto-labelling by following this tutorial:

https://learn.microsoft.com/en-us/azure/ai-services/language-service/custom-named-entity-recognition/how-to/use-autolabeling?tabs=autolabel-gpt

I selected “Auto-label with GPT option”.

I went through all the wizard steps and click Start job:

User's image

The job started but after some time it failed:

User's image

with this error:

One or more errors occurred. Corresponding activity ID: 65b4b7ac-9245-44b0-a1de-da11d63637c8.

No further details were provided.

Where could I find error details about this activity ID (65b4b7ac-9245-44b0-a1de-da11d63637c8) to be able to fix this error?

Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
426 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,929 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Vinodh247 24,081 Reputation points MVP
    2024-10-27T10:37:37.19+00:00

    To troubleshoot this auto-labeling failure in Azure AI Language Studio, here are a few steps you can take to locate more details on the error:

    Check Azure Activity Logs: Go to the Azure portal and navigate to Activity Logs under Monitor. Use the Activity ID (65b4b7ac-9245-44b0-a1de-da11d63637c8) to filter logs, which might provide more context about the error.

    Inspect Logs in Language Studio (if available): Sometimes, additional logs or details might be available directly in Language Studio under the Jobs or Logs section related to data labeling or training jobs.

    Look at the Storage Account Logs: If you’re using Azure Storage to store your input files, you can check the Diagnostics and Logs for the storage account to ensure files were accessed correctly.

    Enable Diagnostic Settings for Detailed Logs: Enable Diagnostic settings for the Azure AI service associated with Language Studio. Set up logs to go to Log Analytics, Event Hub, or Storage Account for deeper insights.

    Contact Azure Support: If you still cannot locate useful error details, consider reaching out to Azure Support with the Activity ID, as they can access backend logs that are not exposed to customers.

    This will help pinpoint issues like missing configuration, permission issues, or potential misconfigurations in the auto-labeling setup.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.