Freigeben über


ArmCustomerInsightsModelFactory.PredictionDistributionDefinitionDistributionsItem Methode

Definition

Initialisiert eine neue instance von 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

Parameter

scoreThreshold
Nullable<Int32>

Bewertungsschwellenwert.

positives
Nullable<Int64>

Anzahl der positiven Ergebnisse.

negatives
Nullable<Int64>

Anzahl der Negativen.

positivesAboveThreshold
Nullable<Int64>

Anzahl der positiven Werte über dem Schwellenwert.

negativesAboveThreshold
Nullable<Int64>

Anzahl der Negativen über dem Schwellenwert.

Gibt zurück

Eine neue PredictionDistributionDefinitionDistributionsItem instance zum Mocking.

Gilt für: