ArmCustomerInsightsModelFactory.PredictionDistributionDefinitionDistributionsItem Method

Definition

Initializes a new instance of PredictionDistributionDefinitionDistributionsItem.

public static Azure.ResourceManager.CustomerInsights.Models.PredictionDistributionDefinitionDistributionsItem PredictionDistributionDefinitionDistributionsItem (int? scoreThreshold = default, long? positives = default, long? negatives = default, long? positivesAboveThreshold = default, long? negativesAboveThreshold = default);
static member PredictionDistributionDefinitionDistributionsItem : Nullable<int> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> -> Azure.ResourceManager.CustomerInsights.Models.PredictionDistributionDefinitionDistributionsItem
Public Shared Function PredictionDistributionDefinitionDistributionsItem (Optional scoreThreshold As Nullable(Of Integer) = Nothing, Optional positives As Nullable(Of Long) = Nothing, Optional negatives As Nullable(Of Long) = Nothing, Optional positivesAboveThreshold As Nullable(Of Long) = Nothing, Optional negativesAboveThreshold As Nullable(Of Long) = Nothing) As PredictionDistributionDefinitionDistributionsItem

Parameters

scoreThreshold
Nullable<Int32>

Score threshold.

positives
Nullable<Int64>

Number of positives.

negatives
Nullable<Int64>

Number of negatives.

positivesAboveThreshold
Nullable<Int64>

Number of positives above threshold.

negativesAboveThreshold
Nullable<Int64>

Number of negatives above threshold.

Returns

A new PredictionDistributionDefinitionDistributionsItem instance for mocking.

Applies to