SentimentSkill Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
SentimentSkill(IEnumerable<InputFieldMappingEntry>, IEnumerable<OutputFieldMappingEntry>) |
Initialise une nouvelle instance de SentimentSkill. |
SentimentSkill(IEnumerable<InputFieldMappingEntry>, IEnumerable<OutputFieldMappingEntry>, SentimentSkill+SkillVersion) |
Initialise une nouvelle instance de SentimentSkill. |
SentimentSkill(IEnumerable<InputFieldMappingEntry>, IEnumerable<OutputFieldMappingEntry>)
Initialise une nouvelle instance de SentimentSkill.
public SentimentSkill (System.Collections.Generic.IEnumerable<Azure.Search.Documents.Indexes.Models.InputFieldMappingEntry> inputs, System.Collections.Generic.IEnumerable<Azure.Search.Documents.Indexes.Models.OutputFieldMappingEntry> outputs);
new Azure.Search.Documents.Indexes.Models.SentimentSkill : seq<Azure.Search.Documents.Indexes.Models.InputFieldMappingEntry> * seq<Azure.Search.Documents.Indexes.Models.OutputFieldMappingEntry> -> Azure.Search.Documents.Indexes.Models.SentimentSkill
Public Sub New (inputs As IEnumerable(Of InputFieldMappingEntry), outputs As IEnumerable(Of OutputFieldMappingEntry))
Paramètres
- inputs
- IEnumerable<InputFieldMappingEntry>
Les entrées des compétences peuvent être une colonne dans le jeu de données source ou la sortie d’une compétence amont.
- outputs
- IEnumerable<OutputFieldMappingEntry>
La sortie d’une compétence est soit un champ dans un index de recherche, soit une valeur qui peut être consommée en tant qu’entrée par une autre compétence.
Exceptions
inputs
ou outputs
est null.
S’applique à
SentimentSkill(IEnumerable<InputFieldMappingEntry>, IEnumerable<OutputFieldMappingEntry>, SentimentSkill+SkillVersion)
Initialise une nouvelle instance de SentimentSkill.
public SentimentSkill (System.Collections.Generic.IEnumerable<Azure.Search.Documents.Indexes.Models.InputFieldMappingEntry> inputs, System.Collections.Generic.IEnumerable<Azure.Search.Documents.Indexes.Models.OutputFieldMappingEntry> outputs, Azure.Search.Documents.Indexes.Models.SentimentSkill.SkillVersion skillVersion);
new Azure.Search.Documents.Indexes.Models.SentimentSkill : seq<Azure.Search.Documents.Indexes.Models.InputFieldMappingEntry> * seq<Azure.Search.Documents.Indexes.Models.OutputFieldMappingEntry> * Azure.Search.Documents.Indexes.Models.SentimentSkill.SkillVersion -> Azure.Search.Documents.Indexes.Models.SentimentSkill
Public Sub New (inputs As IEnumerable(Of InputFieldMappingEntry), outputs As IEnumerable(Of OutputFieldMappingEntry), skillVersion As SentimentSkill.SkillVersion)
Paramètres
- inputs
- IEnumerable<InputFieldMappingEntry>
Les entrées des compétences peuvent être une colonne dans le jeu de données source ou la sortie d’une compétence amont.
- outputs
- IEnumerable<OutputFieldMappingEntry>
La sortie d’une compétence est soit un champ dans un index de recherche, soit une valeur qui peut être consommée en tant qu’entrée par une autre compétence.
- skillVersion
- SentimentSkill.SkillVersion
Informations sur la version du service de la compétence. La valeur par défaut est V1.
Exceptions
inputs
ou outputs
est null.