Training Archives - ISbyR https://isbyr.com/tag/training/ Infrequent Smarts by Reshetnikov Sat, 21 Dec 2024 13:57:58 +0000 en-US hourly 1 https://wordpress.org/?v=6.7.1 “Create a Custom Skill for Azure AI Search” lab fails https://isbyr.com/create-a-custom-skill-for-azure-ai-search-lab-fails/ https://isbyr.com/create-a-custom-skill-for-azure-ai-search-lab-fails/#respond Sat, 21 Dec 2024 13:57:30 +0000 https://isbyr.com/?p=1208 I tried to follow the “Create a Custom Skill for Azure AI Search” but it failed with this error “The request is invalid. Details: The property ‘includeTypelessEntities’ does not exist on type ‘Microsoft.Skills.Text.V3.EntityRecognitionSkill’. Make sure to only use property names that are defined by the type.” If you try to follow the “Create a Custom … Continue reading “Create a Custom Skill for Azure AI Search” lab fails

The post “Create a Custom Skill for Azure AI Search” lab fails appeared first on ISbyR.

]]>
I tried to follow the “Create a Custom Skill for Azure AI Search” but it failed with this error “The request is invalid. Details: The property ‘includeTypelessEntities’ does not exist on type ‘Microsoft.Skills.Text.V3.EntityRecognitionSkill’. Make sure to only use property names that are defined by the type.”

If you try to follow the “Create a Custom Skill for Azure AI Search” lab that is part of the “Implement knowledge mining with Azure AI Search” course it fails (at least until Microsoft updates the lab files as per my PR).

There are 2 issues in the update-skillset.json file that is part of this lab

Issue and Error #1

The request is invalid. Details: The property ‘includeTypelessEntities’ does not exist on type ‘Microsoft.Skills.Text.V3.EntityRecognitionSkill’. Make sure to only use property names that are defined by the type.

The request is invalid. Details: The property 'includeTypelessEntities' does not exist on type 'Microsoft.Skills.Text.V3.EntityRecognitionSkill'. Make sure to only use property names that are defined by the type.

To fix it remove the line that contains includeTypelessEntities in the JSON file mentioned above.

This is due to a depreciation of this parameter by Microsoft

Issue and Error #2

If you try to run the update-skillset script again, after fixing the first error, you will be greeted by error #2:

“One or more skills are invalid. Details: Error in skill ‘#1’: Outputs are not supported by skill: entities”

To fix it, a few lines below the line that you’ve just removed under the outputs section, replace

"name": "entities"

with

"name": "namedEntities"

Since that is the available output name of this API.

That’s it folks, enjoy

More posts related to my AI journey:

The post “Create a Custom Skill for Azure AI Search” lab fails appeared first on ISbyR.

]]>
https://isbyr.com/create-a-custom-skill-for-azure-ai-search-lab-fails/feed/ 0
Splunk Certification Tracks https://isbyr.com/splunk-certification-tracks/ https://isbyr.com/splunk-certification-tracks/#comments Sun, 01 Nov 2020 02:51:20 +0000 http://isbyr.com/?p=611 So here is my understanding of the current Splunk Certification Tracks. Of course you can go to the “source”  https://www.splunk.com/en_us/training.html  , but may be that visual representation  will help someone The dotted lines represent Recommended Prerequisites while solid lines are Mandatory Prerequisites for the different Splunk Certification Tracks There is no meaning to the line colours … Continue reading Splunk Certification Tracks

The post Splunk Certification Tracks appeared first on ISbyR.

]]>
So here is my understanding of the current Splunk Certification Tracks.

Of course you can go to the “source”  https://www.splunk.com/en_us/training.html  , but may be that visual representation  will help someone

Splunk Certification Tracks
Splunk Certification Tracks

The dotted lines represent Recommended Prerequisites while solid lines are Mandatory Prerequisites for the different Splunk Certification Tracks

There is no meaning to the line colours by the way 🙂

Related posts about Splunk

The post “Create a Custom Skill for Azure AI Search” lab fails appeared first on ISbyR.

]]>
https://isbyr.com/create-a-custom-skill-for-azure-ai-search-lab-fails/feed/ 0
“Create a Custom Skill for Azure AI Search” lab fails https://isbyr.com/create-a-custom-skill-for-azure-ai-search-lab-fails/ https://isbyr.com/create-a-custom-skill-for-azure-ai-search-lab-fails/#respond Sat, 21 Dec 2024 13:57:30 +0000 https://isbyr.com/?p=1208 I tried to follow the “Create a Custom Skill for Azure AI Search” but it failed with this error “The request is invalid. Details: The property ‘includeTypelessEntities’ does not exist on type ‘Microsoft.Skills.Text.V3.EntityRecognitionSkill’. Make sure to only use property names that are defined by the type.” If you try to follow the “Create a Custom … Continue reading “Create a Custom Skill for Azure AI Search” lab fails

The post “Create a Custom Skill for Azure AI Search” lab fails appeared first on ISbyR.

]]>
I tried to follow the “Create a Custom Skill for Azure AI Search” but it failed with this error “The request is invalid. Details: The property ‘includeTypelessEntities’ does not exist on type ‘Microsoft.Skills.Text.V3.EntityRecognitionSkill’. Make sure to only use property names that are defined by the type.”

If you try to follow the “Create a Custom Skill for Azure AI Search” lab that is part of the “Implement knowledge mining with Azure AI Search” course it fails (at least until Microsoft updates the lab files as per my PR).

There are 2 issues in the update-skillset.json file that is part of this lab

Issue and Error #1

The request is invalid. Details: The property ‘includeTypelessEntities’ does not exist on type ‘Microsoft.Skills.Text.V3.EntityRecognitionSkill’. Make sure to only use property names that are defined by the type.

The request is invalid. Details: The property 'includeTypelessEntities' does not exist on type 'Microsoft.Skills.Text.V3.EntityRecognitionSkill'. Make sure to only use property names that are defined by the type.

To fix it remove the line that contains includeTypelessEntities in the JSON file mentioned above.

This is due to a depreciation of this parameter by Microsoft

Issue and Error #2

If you try to run the update-skillset script again, after fixing the first error, you will be greeted by error #2:

“One or more skills are invalid. Details: Error in skill ‘#1’: Outputs are not supported by skill: entities”

To fix it, a few lines below the line that you’ve just removed under the outputs section, replace

"name": "entities"

with

"name": "namedEntities"

Since that is the available output name of this API.

That’s it folks, enjoy

More posts related to my AI journey:

The post “Create a Custom Skill for Azure AI Search” lab fails appeared first on ISbyR.

]]>
https://isbyr.com/create-a-custom-skill-for-azure-ai-search-lab-fails/feed/ 0
Splunk Certification Tracks https://isbyr.com/splunk-certification-tracks/ https://isbyr.com/splunk-certification-tracks/#comments Sun, 01 Nov 2020 02:51:20 +0000 http://isbyr.com/?p=611 So here is my understanding of the current Splunk Certification Tracks. Of course you can go to the “source”  https://www.splunk.com/en_us/training.html  , but may be that visual representation  will help someone The dotted lines represent Recommended Prerequisites while solid lines are Mandatory Prerequisites for the different Splunk Certification Tracks There is no meaning to the line colours … Continue reading Splunk Certification Tracks

The post Splunk Certification Tracks appeared first on ISbyR.

]]>
So here is my understanding of the current Splunk Certification Tracks.

Of course you can go to the “source”  https://www.splunk.com/en_us/training.html  , but may be that visual representation  will help someone

Splunk Certification Tracks
Splunk Certification Tracks

The dotted lines represent Recommended Prerequisites while solid lines are Mandatory Prerequisites for the different Splunk Certification Tracks

There is no meaning to the line colours by the way 🙂

Related posts about Splunk

The post Splunk Certification Tracks appeared first on ISbyR.

]]>
https://isbyr.com/splunk-certification-tracks/feed/ 1