次の方法で共有


ArmCustomerInsightsModelFactory.PredictionDistributionDefinition メソッド

定義

PredictionDistributionDefinition の新しいインスタンスを初期化します。

public static Azure.ResourceManager.CustomerInsights.Models.PredictionDistributionDefinition PredictionDistributionDefinition (long? totalPositives = default, long? totalNegatives = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.CustomerInsights.Models.PredictionDistributionDefinitionDistributionsItem> distributions = default);
static member PredictionDistributionDefinition : Nullable<int64> * Nullable<int64> * seq<Azure.ResourceManager.CustomerInsights.Models.PredictionDistributionDefinitionDistributionsItem> -> Azure.ResourceManager.CustomerInsights.Models.PredictionDistributionDefinition
Public Shared Function PredictionDistributionDefinition (Optional totalPositives As Nullable(Of Long) = Nothing, Optional totalNegatives As Nullable(Of Long) = Nothing, Optional distributions As IEnumerable(Of PredictionDistributionDefinitionDistributionsItem) = Nothing) As PredictionDistributionDefinition

パラメーター

totalPositives
Nullable<Int64>

分布の正の合計。

totalNegatives
Nullable<Int64>

分布の負の合計。

戻り値

モック作成用の新しい PredictionDistributionDefinition インスタンス。

適用対象