PersonalizerModelFactory.PersonalizerPolicyResultSummary 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 PersonalizerPolicyResultSummary.
public static Azure.AI.Personalizer.PersonalizerPolicyResultSummary PersonalizerPolicyResultSummary (DateTimeOffset? timeStamp = default, float? ipsEstimatorNumerator = default, float? ipsEstimatorDenominator = default, float? snipsEstimatorDenominator = default, TimeSpan? aggregateTimeWindow = default, float? nonZeroProbability = default, float? sumOfSquares = default, float? confidenceInterval = default, float? averageReward = default);
static member PersonalizerPolicyResultSummary : Nullable<DateTimeOffset> * Nullable<single> * Nullable<single> * Nullable<single> * Nullable<TimeSpan> * Nullable<single> * Nullable<single> * Nullable<single> * Nullable<single> -> Azure.AI.Personalizer.PersonalizerPolicyResultSummary
Public Shared Function PersonalizerPolicyResultSummary (Optional timeStamp As Nullable(Of DateTimeOffset) = Nothing, Optional ipsEstimatorNumerator As Nullable(Of Single) = Nothing, Optional ipsEstimatorDenominator As Nullable(Of Single) = Nothing, Optional snipsEstimatorDenominator As Nullable(Of Single) = Nothing, Optional aggregateTimeWindow As Nullable(Of TimeSpan) = Nothing, Optional nonZeroProbability As Nullable(Of Single) = Nothing, Optional sumOfSquares As Nullable(Of Single) = Nothing, Optional confidenceInterval As Nullable(Of Single) = Nothing, Optional averageReward As Nullable(Of Single) = Nothing) As PersonalizerPolicyResultSummary
Parameters
- timeStamp
- Nullable<DateTimeOffset>
Timestamp of the aggregation.
Time window for aggregation. For example, PT5M (5 mins). For information about the time format, see http://en.wikipedia.org/wiki/ISO_8601#Durations
Returns
A new PersonalizerPolicyResultSummary instance for mocking.