PersonalizerModelFactory.PersonalizerPolicyResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET