SentimentSkill コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 です。