Compartir a través de


AzureMachineLearningSkill Constructores

Definición

Sobrecargas

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

Inicializa una nueva instancia de la clase AzureMachineLearningSkill.

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

Inicializa una nueva instancia de la clase AzureMachineLearningSkill.

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

Source:
AzureMachineLearningSkill.cs

Inicializa una nueva instancia de la clase 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>

Las entradas de las aptitudes podrían ser una columna del conjunto de datos de origen o la salida de una aptitud ascendente.

outputs
IEnumerable<OutputFieldMappingEntry>

La salida de una aptitud es un campo de un índice de búsqueda o un valor que otro aptitud puede consumir como entrada.

resourceId
ResourceIdentifier

El identificador de recurso de Azure Resource Manager del servicio AML. Debe tener el formato subscriptions/{guid}/resourceGroups/{nombre-grupo-recursos}/Microsoft.MachineLearningServices/workspaces/{nombre_área_trabajo}/services/{nombre_servicio}.

location
Nullable<AzureLocation>

La región en la que se implementa el servicio AML.

Se aplica a

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

Source:
AzureMachineLearningSkill.cs

Inicializa una nueva instancia de la clase 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>

Las entradas de las aptitudes podrían ser una columna del conjunto de datos de origen o la salida de una aptitud ascendente.

outputs
IEnumerable<OutputFieldMappingEntry>

La salida de una aptitud es un campo de un índice de búsqueda o un valor que otro aptitud puede consumir como entrada.

scoringUri
Uri

URI de puntuación del servicio AML al que se enviará la carga JSON. Solo se permite el esquema de URI https.

authenticationKey
String

Clave del servicio AML.

Se aplica a