Skillset Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A list of skills. https://docs.microsoft.com/azure/search/cognitive-search-tutorial-blob
public class Skillset : Microsoft.Azure.Search.Models.IResourceWithETag
type Skillset = class
interface IResourceWithETag
Public Class Skillset
Implements IResourceWithETag
- Inheritance
-
Skillset
- Implements
Constructors
Skillset() |
Initializes a new instance of the Skillset class. |
Skillset(String, String, IList<Skill>, CognitiveServices, String) |
Initializes a new instance of the Skillset class. |
Properties
CognitiveServices |
Gets or sets details about cognitive services to be used when running skills. |
Description |
Gets or sets the description of the skillset. |
ETag |
Gets or sets the ETag of the skillset. |
Name |
Gets or sets the name of the skillset. |
Skills |
Gets or sets a list of skills in the skillset. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET