Partilhar via


PersonalizerModelFactory.PersonalizerPolicyResult Método

Definição

Inicializa uma nova instância de PersonalizerPolicyResult.

public static Azure.AI.Personalizer.PersonalizerPolicyResult PersonalizerPolicyResult (string name = default, string arguments = default, Azure.AI.Personalizer.PersonalizerPolicySource? policySource = default, System.Collections.Generic.IEnumerable<Azure.AI.Personalizer.PersonalizerPolicyResultSummary> summary = default, Azure.AI.Personalizer.PersonalizerPolicyResultSummary totalSummary = default);
static member PersonalizerPolicyResult : string * string * Nullable<Azure.AI.Personalizer.PersonalizerPolicySource> * seq<Azure.AI.Personalizer.PersonalizerPolicyResultSummary> * Azure.AI.Personalizer.PersonalizerPolicyResultSummary -> Azure.AI.Personalizer.PersonalizerPolicyResult
Public Shared Function PersonalizerPolicyResult (Optional name As String = Nothing, Optional arguments As String = Nothing, Optional policySource As Nullable(Of PersonalizerPolicySource) = Nothing, Optional summary As IEnumerable(Of PersonalizerPolicyResultSummary) = Nothing, Optional totalSummary As PersonalizerPolicyResultSummary = Nothing) As PersonalizerPolicyResult

Parâmetros

name
String

O nome das Configurações de Aprendizagem.

arguments
String

Os argumentos das Configurações de Aprendizagem.

policySource
Nullable<PersonalizerPolicySource>

A origem das Configurações de Aprendizagem.

summary
IEnumerable<PersonalizerPolicyResultSummary>

Os resultados agregados da Avaliação Offline.

totalSummary
PersonalizerPolicyResultSummary

O total agregado da Avaliação Offline.

Retornos

Uma nova PersonalizerPolicyResult instância para simulação.

Aplica-se a