Skillset Class

Definition

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