Skillset Constructors
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.
Overloads
Skillset() |
Initializes a new instance of the Skillset class. |
Skillset(String, String, IList<Skill>, CognitiveServices, String) |
Initializes a new instance of the Skillset class. |
Skillset()
- Source:
- Skillset.cs
Initializes a new instance of the Skillset class.
public Skillset ();
Public Sub New ()
Applies to
Skillset(String, String, IList<Skill>, CognitiveServices, String)
- Source:
- Skillset.cs
Initializes a new instance of the Skillset class.
public Skillset (string name, string description, System.Collections.Generic.IList<Microsoft.Azure.Search.Models.Skill> skills, Microsoft.Azure.Search.Models.CognitiveServices cognitiveServices = default, string eTag = default);
new Microsoft.Azure.Search.Models.Skillset : string * string * System.Collections.Generic.IList<Microsoft.Azure.Search.Models.Skill> * Microsoft.Azure.Search.Models.CognitiveServices * string -> Microsoft.Azure.Search.Models.Skillset
Public Sub New (name As String, description As String, skills As IList(Of Skill), Optional cognitiveServices As CognitiveServices = Nothing, Optional eTag As String = Nothing)
Parameters
- name
- String
The name of the skillset.
- description
- String
The description of the skillset.
- cognitiveServices
- CognitiveServices
Details about cognitive services to be used when running skills.
- eTag
- String
The ETag of the skillset.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET