AzureMachineLearningSkill コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AzureMachineLearningSkill(IEnumerable<InputFieldMappingEntry>, IEnumerable<OutputFieldMappingEntry>, ResourceIdentifier, Nullable<AzureLocation>)
AzureMachineLearningSkill クラスの新しいインスタンスを初期化します。
public AzureMachineLearningSkill (System.Collections.Generic.IEnumerable<Azure.Search.Documents.Indexes.Models.InputFieldMappingEntry> inputs, System.Collections.Generic.IEnumerable<Azure.Search.Documents.Indexes.Models.OutputFieldMappingEntry> outputs, Azure.Core.ResourceIdentifier resourceId, Azure.Core.AzureLocation? location = default);
new Azure.Search.Documents.Indexes.Models.AzureMachineLearningSkill : seq<Azure.Search.Documents.Indexes.Models.InputFieldMappingEntry> * seq<Azure.Search.Documents.Indexes.Models.OutputFieldMappingEntry> * Azure.Core.ResourceIdentifier * Nullable<Azure.Core.AzureLocation> -> Azure.Search.Documents.Indexes.Models.AzureMachineLearningSkill
Public Sub New (inputs As IEnumerable(Of InputFieldMappingEntry), outputs As IEnumerable(Of OutputFieldMappingEntry), resourceId As ResourceIdentifier, Optional location As Nullable(Of AzureLocation) = Nothing)
パラメーター
- inputs
- IEnumerable<InputFieldMappingEntry>
スキルの入力には、ソース データ セット内の列、またはアップストリーム スキルの出力を指定できます。
- outputs
- IEnumerable<OutputFieldMappingEntry>
スキルの出力は、検索インデックスのフィールドか、別のスキルによる入力として使用できる値です。
- resourceId
- ResourceIdentifier
AML サービスの Azure Resource Manager リソース ID。 subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.MachineLearningServices/workspaces/{workspace-name}/services/{service_name} という形式にする必要があります。
- location
- Nullable<AzureLocation>
AML サービスがデプロイされているリージョン。
適用対象
AzureMachineLearningSkill(IEnumerable<InputFieldMappingEntry>, IEnumerable<OutputFieldMappingEntry>, Uri, String)
AzureMachineLearningSkill クラスの新しいインスタンスを初期化します。
public AzureMachineLearningSkill (System.Collections.Generic.IEnumerable<Azure.Search.Documents.Indexes.Models.InputFieldMappingEntry> inputs, System.Collections.Generic.IEnumerable<Azure.Search.Documents.Indexes.Models.OutputFieldMappingEntry> outputs, Uri scoringUri, string authenticationKey = default);
new Azure.Search.Documents.Indexes.Models.AzureMachineLearningSkill : seq<Azure.Search.Documents.Indexes.Models.InputFieldMappingEntry> * seq<Azure.Search.Documents.Indexes.Models.OutputFieldMappingEntry> * Uri * string -> Azure.Search.Documents.Indexes.Models.AzureMachineLearningSkill
Public Sub New (inputs As IEnumerable(Of InputFieldMappingEntry), outputs As IEnumerable(Of OutputFieldMappingEntry), scoringUri As Uri, Optional authenticationKey As String = Nothing)
パラメーター
- inputs
- IEnumerable<InputFieldMappingEntry>
スキルの入力には、ソース データ セット内の列、またはアップストリーム スキルの出力を指定できます。
- outputs
- IEnumerable<OutputFieldMappingEntry>
スキルの出力は、検索インデックスのフィールドか、別のスキルによる入力として使用できる値です。
- scoringUri
- Uri
JSON ペイロードの送信先となる AML サービスのスコアリング URI。 https URI スキームのみが許可されます。
- authenticationKey
- String
AML サービスのキー。
適用対象
Azure SDK for .NET