Dela via


PersonalizerModelFactory.PersonalizerPolicyResult Method

Definition

Initializes a new instance of 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

Parameters

name
String

The name of the Learning Settings.

arguments
String

The arguments of the Learning Settings.

policySource
Nullable<PersonalizerPolicySource>

The source of the Learning Settings.

summary
IEnumerable<PersonalizerPolicyResultSummary>

The aggregate results of the Offline Evaluation.

totalSummary
PersonalizerPolicyResultSummary

The aggregate total of the Offline Evaluation.

Returns

A new PersonalizerPolicyResult instance for mocking.

Applies to