次の方法で共有


SentimentSkill コンストラクター

定義

オーバーロード

SentimentSkill(IEnumerable<InputFieldMappingEntry>, IEnumerable<OutputFieldMappingEntry>)

SentimentSkill の新しいインスタンスを初期化します。

SentimentSkill(IEnumerable<InputFieldMappingEntry>, IEnumerable<OutputFieldMappingEntry>, SentimentSkill+SkillVersion)

SentimentSkill の新しいインスタンスを初期化します。

SentimentSkill(IEnumerable<InputFieldMappingEntry>, IEnumerable<OutputFieldMappingEntry>)

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))

パラメーター

inputs
IEnumerable<InputFieldMappingEntry>

スキルの入力には、ソース データ セット内の列、またはアップストリーム スキルの出力を指定できます。

outputs
IEnumerable<OutputFieldMappingEntry>

スキルの出力は、検索インデックスのフィールドか、別のスキルによる入力として使用できる値です。

例外

inputs または outputs が null です。

適用対象

SentimentSkill(IEnumerable<InputFieldMappingEntry>, IEnumerable<OutputFieldMappingEntry>, SentimentSkill+SkillVersion)

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)

パラメーター

inputs
IEnumerable<InputFieldMappingEntry>

スキルの入力には、ソース データ セット内の列、またはアップストリーム スキルの出力を指定できます。

outputs
IEnumerable<OutputFieldMappingEntry>

スキルの出力は、検索インデックスのフィールドか、別のスキルによる入力として使用できる値です。

skillVersion
SentimentSkill.SkillVersion

スキルのサービス バージョン情報。 既定値は V1 です。

例外

inputs または outputs が null です。

適用対象