Compartilhar via


AzureMachineLearningSkill Construtores

Definição

Sobrecargas

AzureMachineLearningSkill(IEnumerable<InputFieldMappingEntry>, IEnumerable<OutputFieldMappingEntry>, ResourceIdentifier, Nullable<AzureLocation>)

Inicializa uma nova instância da classe AzureMachineLearningSkill.

AzureMachineLearningSkill(IEnumerable<InputFieldMappingEntry>, IEnumerable<OutputFieldMappingEntry>, Uri, String)

Inicializa uma nova instância da classe AzureMachineLearningSkill.

AzureMachineLearningSkill(IEnumerable<InputFieldMappingEntry>, IEnumerable<OutputFieldMappingEntry>, ResourceIdentifier, Nullable<AzureLocation>)

Origem:
AzureMachineLearningSkill.cs

Inicializa uma nova instância da classe 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)

Parâmetros

inputs
IEnumerable<InputFieldMappingEntry>

As entradas das habilidades podem ser uma coluna no conjunto de dados de origem ou a saída de uma habilidade de upstream.

outputs
IEnumerable<OutputFieldMappingEntry>

A saída de uma habilidade é um campo em um índice de pesquisa ou um valor que pode ser consumido como uma entrada por outra habilidade.

resourceId
ResourceIdentifier

O Azure Resource Manager ID do recurso do serviço AML. Ele deve estar no formato assinaturas/{GUID}/resourceGroups/{nome-do-grupo-de-recursos}/Microsoft. MachineLearningServices/Workspaces/{Workspace-Name}/Services/{service_name}.

location
Nullable<AzureLocation>

A região em que o serviço AML é implantado.

Aplica-se a

AzureMachineLearningSkill(IEnumerable<InputFieldMappingEntry>, IEnumerable<OutputFieldMappingEntry>, Uri, String)

Origem:
AzureMachineLearningSkill.cs

Inicializa uma nova instância da classe 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)

Parâmetros

inputs
IEnumerable<InputFieldMappingEntry>

As entradas das habilidades podem ser uma coluna no conjunto de dados de origem ou a saída de uma habilidade de upstream.

outputs
IEnumerable<OutputFieldMappingEntry>

A saída de uma habilidade é um campo em um índice de pesquisa ou um valor que pode ser consumido como uma entrada por outra habilidade.

scoringUri
Uri

O URI de pontuação do serviço AML para o qual o conteúdo JSON será enviado. Somente o esquema do URI https é permitido.

authenticationKey
String

A chave para o serviço AML.

Aplica-se a